Upgrade Go from 1.17 to 1.18

This commit is contained in:
Sebastian Serth
2022-03-21 11:15:23 +01:00
committed by Sebastian Serth
parent a41659eed4
commit 830517f464
3 changed files with 38 additions and 1045 deletions

View File

@ -7,8 +7,8 @@ on:
branches: [ main ]
env:
GO_VERSION: 1.17
NOMAD_VERSION: 1.2.3
GO_VERSION: 1.18
NOMAD_VERSION: 1.2.6
jobs:
compile:

24
go.mod
View File

@ -1,6 +1,6 @@
module github.com/openHPI/poseidon
go 1.17
go 1.18
require (
github.com/getsentry/sentry-go v0.13.0
@ -8,7 +8,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/nomad v1.2.6
github.com/hashicorp/nomad/api v0.0.0-20220119212752-1471de4d372c
github.com/hashicorp/nomad/api v0.0.0-20220318175809-7ff71ad19cf6
github.com/mitchellh/mapstructure v1.4.3
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
@ -30,7 +30,7 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840 // indirect
github.com/hashicorp/go-hclog v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.2.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
@ -41,12 +41,12 @@ require (
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.1-vault-3 // indirect
github.com/hashicorp/hcl/v2 v2.9.2-0.20210407182552-eb14f8319bdc // indirect
github.com/hashicorp/raft v1.3.3 // indirect
github.com/hashicorp/raft v1.3.6 // indirect
github.com/hashicorp/serf v0.9.7 // indirect
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/miekg/dns v1.1.45 // indirect
github.com/miekg/dns v1.1.47 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@ -59,14 +59,14 @@ require (
github.com/stretchr/objx v0.3.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
google.golang.org/grpc v1.43.0 // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)

1055
go.sum

File diff suppressed because it is too large Load Diff