Upgrade Go from 1.18 to 1.19

This commit is contained in:
Sebastian Serth
2022-08-08 09:19:06 +02:00
committed by Sebastian Serth
parent 9677253b35
commit 5059a5dc4c
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/openHPI/poseidon module github.com/openHPI/poseidon
go 1.18 go 1.19
require ( require (
github.com/getsentry/sentry-go v0.13.0 github.com/getsentry/sentry-go v0.13.0