File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,11 @@ executors:
1111 docker :
1212 - image : golangci/golangci-lint:v1.50-alpine
1313 golang-previous :
14- docker :
15- - image : golang:1.18
16- golang-latest :
1714 docker :
1815 - image : golang:1.19
19- golang-rc :
16+ golang-latest :
2017 docker :
21- - image : golang:1.20-rc
18+ - image : golang:1.20
2219
2320jobs :
2421 lint-markdown :
@@ -132,11 +129,11 @@ workflows:
132129 - build-source :
133130 matrix :
134131 parameters :
135- e : ["golang-previous", "golang-latest", "golang-rc" ]
132+ e : ["golang-previous", "golang-latest"]
136133 - unit-test :
137134 matrix :
138135 parameters :
139- e : ["golang-previous", "golang-latest", "golang-rc" ]
136+ e : ["golang-previous", "golang-latest"]
140137 - release-test
141138
142139 tagged-release :
Original file line number Diff line number Diff line change 11module github.com/sylabs/sif/v2
22
3- go 1.18
3+ go 1.19
44
55require (
66github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
You can’t perform that action at this time.
0 commit comments