Skip to content

Commit

Permalink
Merge pull request #75 from 0xJacky/main
Browse files Browse the repository at this point in the history
Go 1.22.x 1.23.0
  • Loading branch information
crazy-max authored Aug 14, 2024
2 parents 7320870 + 5ac39e9 commit 24e45dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,20 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
env:
LATEST_CURRENT: 1.22.1
LATEST_PREVIOUS: 1.21.8
LATEST_CURRENT: 1.23.0
LATEST_PREVIOUS: 1.22.6
strategy:
fail-fast: false
matrix:
go_version:
- 1.21.0
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.5
- 1.21.6
- 1.21.7
- 1.21.8
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.3
- 1.22.4
- 1.22.5
- 1.22.6
- 1.23.0
steps:
-
name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.22.1
- 1.21.8
- 1.23.0
- 1.22.6
example:
- c
- cpp
Expand All @@ -31,7 +31,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.22.1
- go_version: 1.23.0
example: all
target: image
steps:
Expand Down

0 comments on commit 24e45dc

Please sign in to comment.