Skip to content

Commit

Permalink
Update CI to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Apr 29, 2024
1 parent 5354ec5 commit 34dde00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"

- name: Verify dependencies
run: go mod verify
Expand All @@ -27,4 +27,4 @@ jobs:
run: go test -race -vet=off ./...

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5

0 comments on commit 34dde00

Please sign in to comment.