Skip to content

Commit

Permalink
ci: Exclusively use latest minor revisions of go 1.18 and 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Jun 5, 2024
1 parent ea27f67 commit 8d6ccf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: lint
strategy:
matrix:
go-version: [ 1.18.10, 1.19.6, 1.20.1 ]
go-version: [ 1.18.10, 1.22.4 ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
name: unit-test
strategy:
matrix:
go-version: [ 1.18.10, 1.19.6, 1.20.1 ]
go-version: [ 1.18.10, 1.22.4 ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19.6
go-version: 1.22.4
- uses: actions/checkout@v4
- name: Install goversioninfo
run: |
Expand Down

0 comments on commit 8d6ccf7

Please sign in to comment.