Skip to content

Commit

Permalink
ci: bump go version to 1.22.0 in lint/release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Mar 4, 2024
1 parent 020b4ad commit 46a3074
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@v3
with:
go-version: 1.18
go-version: '>=1.22.0'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
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@v3
with:
go-version: '>=1.19.3'
go-version: '>=1.22.0'
cache: true
- name: Go Preflight Tests
run: |
Expand Down

0 comments on commit 46a3074

Please sign in to comment.