Skip to content

Commit

Permalink
chore: bump ci tests to include go1.23 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 16, 2024
1 parent 62e504c commit f961c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21", "1.22"]
go: ["1.21", "1.22", "1.23"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit f961c72

Please sign in to comment.