Skip to content

Commit

Permalink
ci: upgrade to go1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Aug 31, 2024
1 parent 2d0da25 commit 66d6f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '>=1.22.3'
go-version: '>=1.23.0'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.3'
go-version: '>=1.23.0'
cache: true
- name: Go Preflight Tests
run: |
Expand Down

0 comments on commit 66d6f05

Please sign in to comment.