Upgrade Go from 1.18 to 1.19
This commit is contained in:

committed by
Sebastian Serth

parent
9677253b35
commit
5059a5dc4c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.18
|
||||
GO_VERSION: 1.19
|
||||
NOMAD_VERSION: 1.3.3
|
||||
|
||||
jobs:
|
||||
|
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@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.19
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
@ -47,7 +47,7 @@ linters-settings:
|
||||
nakedret:
|
||||
max-func-lines: 5
|
||||
stylecheck:
|
||||
go: "1.18"
|
||||
go: "1.19"
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
Reference in New Issue
Block a user