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 ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.18
|
GO_VERSION: 1.19
|
||||||
NOMAD_VERSION: 1.3.3
|
NOMAD_VERSION: 1.3.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.19
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
@ -47,7 +47,7 @@ linters-settings:
|
|||||||
nakedret:
|
nakedret:
|
||||||
max-func-lines: 5
|
max-func-lines: 5
|
||||||
stylecheck:
|
stylecheck:
|
||||||
go: "1.18"
|
go: "1.19"
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
Reference in New Issue
Block a user