Skip to content

Commit

Permalink
ci: add testing against Go 1.23 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
tri-adam committed Jun 26, 2024
1 parent d242f61 commit 9ea2328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ executors:
golang-latest:
docker:
- image: golang:1.22
golang-next:
docker:
- image: golang:1.23-rc

jobs:
lint-markdown:
Expand Down Expand Up @@ -132,11 +135,11 @@ workflows:
- build-source:
matrix:
parameters:
e: ["golang-previous", "golang-latest"]
e: ["golang-previous", "golang-latest", "golang-next"]
- unit-test:
matrix:
parameters:
e: ["golang-previous", "golang-latest"]
e: ["golang-previous", "golang-latest", "golang-next"]
- release-test

tagged-release:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sylabs/sif/v2

go 1.21
go 1.21.0

require (
github.com/ProtonMail/go-crypto v1.0.0
Expand Down

0 comments on commit 9ea2328

Please sign in to comment.