Skip to content

Commit

Permalink
chore: bump module to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tri-adam committed Aug 19, 2024
1 parent dae7b25 commit 9a07943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ executors:
docker:
- image: golangci/golangci-lint:v1.59
golang-previous:
docker:
- image: golang:1.21
golang-latest:
docker:
- image: golang:1.22
golang-next:
golang-latest:
docker:
- image: golang:1.23-rc
- image: golang:1.23

jobs:
lint-markdown:
Expand All @@ -44,12 +41,9 @@ jobs:
executor: golang-latest
steps:
- checkout
- run:
name: Go Mod Tidy
command: go mod tidy
- run:
name: Check Module Tidiness
command: git diff --exit-code -- go.mod go.sum
command: go mod tidy -diff

check-test-corpus:
executor: golang-latest
Expand Down Expand Up @@ -135,11 +129,11 @@ workflows:
- build-source:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-next"]
e: ["golang-previous", "golang-latest"]
- unit-test:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-next"]
e: ["golang-previous", "golang-latest"]
- 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.0
go 1.22.0

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

0 comments on commit 9a07943

Please sign in to comment.