Skip to content

Commit

Permalink
Update presubmits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myungjin authored May 20, 2024
1 parent ce8b1ae commit 7814c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Build
run: go build -v ./...
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0
with:
go-version: 1.18.x
go-version: 1.19.x

- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v3
Expand Down

0 comments on commit 7814c4a

Please sign in to comment.