Update Go to 1.20 and Nomad 1.4.4 in CI
Quotes in ci.yml are required to prevent YAML parsing errors. Otherwise Go 1.20 would be read as Go 1.2
This commit is contained in:

committed by
Sebastian Serth

parent
2125909464
commit
c115736da8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -7,9 +7,9 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.19
|
||||
NOMAD_VERSION: 1.4.3
|
||||
CNI_VERSION: 1.1.1
|
||||
GO_VERSION: '1.20'
|
||||
NOMAD_VERSION: '1.4.4'
|
||||
CNI_VERSION: '1.1.1'
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
|
Reference in New Issue
Block a user