Skip to content

Commit

Permalink
Test against Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Feb 9, 2024
1 parent cf0052f commit 67889d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # pin@v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
go: ["1.21", "1.20", "1.19", "1.18"]
go: ["1.22", "1.21", "1.20"]
os: [ubuntu, windows, macos]
fail-fast: false

0 comments on commit 67889d6

Please sign in to comment.