Skip to content

Commit f256f80

Browse files
committed
chore: bump module Go version to 1.19
Bump CI testing to 1.19-1.20.
1 parent 6d44fe7 commit f256f80

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2320
jobs:
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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/sif/v2
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4

0 commit comments

Comments
 (0)