extending versions + base image

This commit is contained in:
Cedric Verstraeten
2024-01-01 23:16:50 +01:00
parent fa91e84977
commit d64e6b631c

View File

@@ -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 }}