File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
backend :
23
23
docker :
24
- - image : circleci/golang:1.16
24
+ - image : circleci/golang:1.17
25
25
working_directory : /go/src/github.com/RoboCup-SSL/ssl-game-controller
26
26
steps :
27
27
- checkout
47
47
48
48
publish-github-release :
49
49
docker :
50
- - image : circleci/golang:1.16
50
+ - image : circleci/golang:1.17
51
51
steps :
52
52
- attach_workspace :
53
53
at : .
Original file line number Diff line number Diff line change 4
4
RUN yarn install
5
5
RUN yarn build
6
6
7
- FROM golang:1.16 -alpine AS build_go
7
+ FROM golang:1.17 -alpine AS build_go
8
8
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-game-controller
9
9
COPY . .
10
10
COPY --from=build_node /tmp/ssl-game-controller/dist dist
Original file line number Diff line number Diff line change 1
1
module github.com/RoboCup-SSL/ssl-game-controller
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/go-test/deep v1.0.8
@@ -11,3 +11,10 @@ require (
11
11
google.golang.org/protobuf v1.27.1
12
12
gopkg.in/yaml.v2 v2.4.0
13
13
)
14
+
15
+ require (
16
+ github.com/gobuffalo/envy v1.7.0 // indirect
17
+ github.com/gobuffalo/packd v0.3.0 // indirect
18
+ github.com/joho/godotenv v1.3.0 // indirect
19
+ github.com/rogpeppe/go-internal v1.3.0 // indirect
20
+ )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ github.com/gobuffalo/packd v0.3.0/go.mod h1:zC7QkmNkYVGKPw4tHpBQ+ml7W/3tIebgeo1b
18
18
github.com/gobuffalo/packr v1.30.1 h1:hu1fuVR3fXEZR7rXNW3h8rqSML8EVAf6KNm0NKO/wKg =
19
19
github.com/gobuffalo/packr v1.30.1 /go.mod h1:ljMyFO2EcrnzsHsN99cvbq055Y9OhRrIaviy289eRuk =
20
20
github.com/gobuffalo/packr/v2 v2.5.1 /go.mod h1:8f9c96ITobJlPzI44jj+4tHnEKNt0xXWSVlXRN9X1Iw =
21
- github.com/golang/protobuf v1.5.0 h1:LUVKkCeviFUMKqHa4tXIIij/lbhnMbP7Fn5wKdKkRh4 =
22
21
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
23
22
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU =
24
23
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
You can’t perform that action at this time.
0 commit comments