We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d242f61 commit 9ea2328Copy full SHA for 9ea2328
.circleci/config.yml
@@ -16,6 +16,9 @@ executors:
16
golang-latest:
17
docker:
18
- image: golang:1.22
19
+ golang-next:
20
+ docker:
21
+ - image: golang:1.23-rc
22
23
jobs:
24
lint-markdown:
@@ -132,11 +135,11 @@ workflows:
132
135
- build-source:
133
136
matrix:
134
137
parameters:
- e: ["golang-previous", "golang-latest"]
138
+ e: ["golang-previous", "golang-latest", "golang-next"]
139
- unit-test:
140
141
142
143
- release-test
144
145
tagged-release:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/sylabs/sif/v2
2
3
-go 1.21
+go 1.21.0
4
5
require (
6
github.com/ProtonMail/go-crypto v1.0.0
0 commit comments