Update Go to 1.21
This commit is contained in:

committed by
Sebastian Serth

parent
90092c48c1
commit
2f43bced08
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.20'
|
||||
GO_VERSION: '1.21'
|
||||
NOMAD_VERSION: '1.6.1'
|
||||
CNI_VERSION: '1.3.0'
|
||||
|
||||
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.21'
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user