File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- checkout
34
34
- go/install :
35
- version : " 1.17.6 "
35
+ version : " 1.18.3 "
36
36
- go/load-cache :
37
37
key : test_acc
38
38
- run : make install-tools
63
63
path : ./
64
64
lint :
65
65
docker :
66
- - image : golang:1.17
66
+ - image : golang:1.18
67
67
steps :
68
68
- checkout
69
69
- run :
83
83
resource_class : large
84
84
executor :
85
85
name : go/default
86
- tag : ' 1.17.6 '
86
+ tag : ' 1.18.3 '
87
87
steps :
88
88
- checkout
89
89
- go/load-cache :
@@ -101,7 +101,7 @@ jobs:
101
101
release :
102
102
resource_class : large
103
103
docker :
104
- - image : cimg/go:1.17
104
+ - image : cimg/go:1.18
105
105
steps :
106
106
- checkout
107
107
- gh/setup :
@@ -196,7 +196,7 @@ jobs:
196
196
-env "LATEST_VERSION=${CIRCLE_TAG}"
197
197
security-oss :
198
198
docker :
199
- - image : cimg/go:1.17.2
199
+ - image : cimg/go:1.18
200
200
steps :
201
201
- checkout
202
202
- snyk/scan :
@@ -206,7 +206,7 @@ jobs:
206
206
organization : snyk-iac-group-seceng
207
207
security-code :
208
208
docker :
209
- - image : cimg/go:1.17.2
209
+ - image : cimg/go:1.18.3
210
210
steps :
211
211
- checkout
212
212
- snyk/scan :
Original file line number Diff line number Diff line change 1
- 1.17.6
1
+ 1.18.3
Original file line number Diff line number Diff line change
1
+ run :
2
+ go : ' 1.18'
1
3
linters :
2
4
enable :
3
5
- exportloopref
Original file line number Diff line number Diff line change 1
- FROM golang:1.17 AS builder
1
+ FROM golang:1.18 AS builder
2
2
3
3
ARG OS="linux"
4
4
ARG ARCH="amd64"
Original file line number Diff line number Diff line change 57
57
58
58
.PHONY : lint
59
59
lint :
60
- @which golangci-lint > /dev/null 2>&1 || (curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $( GOBINPATH) v1.31.0 )
60
+ @which golangci-lint > /dev/null 2>&1 || (curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $( GOBINPATH) v1.46.2 )
61
61
golangci-lint run -v --timeout=10m
62
62
63
63
.PHONY : install-tools
You can’t perform that action at this time.
0 commit comments