Skip to content

Commit

Permalink
chore: update go version in CI jobs
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Apr 12, 2024
1 parent 18acce5 commit 0e443eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
golang:
- '1.19.x'
- "1.21.x"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,8 +40,8 @@ jobs:
strategy:
matrix:
golang:
- '1.19.x'
- '1.20.x'
- "1.21.x"
- "1.22.x"
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
strategy:
matrix:
golang:
- '1.19.x'
- '1.20.x'
- "1.21.x"
- "1.22.x"
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down

0 comments on commit 0e443eb

Please sign in to comment.