Compare commits

..

2 Commits

Author SHA1 Message Date
Cedric Verstraeten
c278a66f0e make go versions as string, removes the 0 (weird issue though) 2024-01-01 23:18:55 +01:00
Cedric Verstraeten
d64e6b631c extending versions + base image 2024-01-01 23:16:50 +01:00

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