Skip to content

Commit

Permalink
chore: update to go 1.23 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaitaiwan committed Aug 20, 2024
1 parent 6eef180 commit e2083f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
scan:
strategy:
matrix:
go: ['1.20','1.21']
go: ['1.23']
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unit:
strategy:
matrix:
go: ['1.20','1.21']
go: ['1.23']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
strategy:
matrix:
go: ['1.20','1.21']
go: ['1.23']
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
version: v1.60.1
args: --timeout=5m

0 comments on commit e2083f9

Please sign in to comment.