Skip to content

Commit

Permalink
Update CI to run against Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 22, 2024
1 parent 8b8971b commit 81c58af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
go:
- '1.18'
- '1.21'
- '1.22'
redis:
- 6.2.14
- 7.2.3
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
working-directory: ./go
run: make install-tools-go1.18

- name: Install tools for Go 1.21
if: ${{ matrix.go == '1.21' }}
- name: Install tools for Go 1.22
if: ${{ matrix.go == '1.22' }}
working-directory: ./go
run: make install-tools

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
matrix:
go:
- 1.18.10
- 1.21.6
- 1.22.0
runs-on: ubuntu-latest
container: amazonlinux:latest
timeout-minutes: 15
Expand Down Expand Up @@ -151,8 +151,8 @@ jobs:
working-directory: ./go
run: make install-tools-go1.18

- name: Install tools for Go 1.21
if: ${{ matrix.go == '1.21.6' }}
- name: Install tools for Go 1.22
if: ${{ matrix.go == '1.22.0' }}
working-directory: ./go
run: make install-tools

Expand Down

0 comments on commit 81c58af

Please sign in to comment.