Update Go to 1.21

This commit is contained in:
Sebastian Serth
2023-08-14 13:35:41 +02:00
committed by Sebastian Serth
parent 90092c48c1
commit 2f43bced08
5 changed files with 69 additions and 53 deletions

View File

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

View File

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