mirror of
https://github.com/kerberos-io/agent.git
synced 2026-03-13 03:59:03 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c278a66f0e | ||
|
|
d64e6b631c |
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user