Skip to content

Commit

Permalink
extending versions + base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent fa91e84 commit d64e6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Build
runs-on: ubuntu-latest
container:
image: kerberos/base:70d69dc
image: kerberos/base:0a50dc9


strategy:
matrix:
go-version: [1.17, 1.18, 1.19]
go-version: [1.17, 1.18, 1.19, 1.20, 1.21]

steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit d64e6b6

Please sign in to comment.