Skip to content

Commit

Permalink
use 1.22.5 only
Browse files Browse the repository at this point in the history
  • Loading branch information
alesz committed Jul 10, 2024
1 parent aa8e632 commit d09e9fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
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", "1.22"]
go: ["1.22.5"]
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
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", "1.22"]
go: ["1.22.5"]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .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", "1.22"]
go: ["1.22.5"]
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d09e9fc

Please sign in to comment.