Skip to content

Commit

Permalink
ci: Bump go to 1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Feb 21, 2024
1 parent b932662 commit 5eabcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20.x"
go-version: "1.22.x"
# Always run this step so that all linting errors can be seen at once.
if: always()
- name: Lint Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20.x"
go-version: "1.22.x"

- name: Test
run: go test -v ./...
Expand Down

0 comments on commit 5eabcd3

Please sign in to comment.