Skip to content

Commit de30604

Browse files
authored
Merge pull request #368 from tri-adam/go-1.23-rc
ci: add testing against Go 1.23 RC
2 parents d242f61 + 9ea2328 commit de30604

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ executors:
1616
golang-latest:
1717
docker:
1818
- image: golang:1.22
19+
golang-next:
20+
docker:
21+
- image: golang:1.23-rc
1922

2023
jobs:
2124
lint-markdown:
@@ -132,11 +135,11 @@ workflows:
132135
- build-source:
133136
matrix:
134137
parameters:
135-
e: ["golang-previous", "golang-latest"]
138+
e: ["golang-previous", "golang-latest", "golang-next"]
136139
- unit-test:
137140
matrix:
138141
parameters:
139-
e: ["golang-previous", "golang-latest"]
142+
e: ["golang-previous", "golang-latest", "golang-next"]
140143
- release-test
141144

142145
tagged-release:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/sif/v2
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
github.com/ProtonMail/go-crypto v1.0.0

0 commit comments

Comments
 (0)