Skip to content

Commit

Permalink
Add Go 1.20 and update action/setup-go to v4 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Jun 24, 2023
1 parent 90f386d commit b56e0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.17', '1.18', '1.19', '1.20']
# Build all variants regardless of failures
fail-fast: false
name: Go ${{ matrix.go }}
Expand All @@ -36,7 +36,7 @@ jobs:
# So we need to fetch 21 commits (including the merge commit)
# to have 20 actual commits from a pull request.
fetch-depth: 21
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: make deps
Expand Down

0 comments on commit b56e0dd

Please sign in to comment.