Skip to content

Commit

Permalink
chore: bump module Go version to 1.19
Browse files Browse the repository at this point in the history
Bump CI testing to 1.19-1.20.
  • Loading branch information
tri-adam committed Feb 1, 2023
1 parent 6d44fe7 commit f256f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 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.50-alpine
golang-previous:
docker:
- image: golang:1.18
golang-latest:
docker:
- image: golang:1.19
golang-rc:
golang-latest:
docker:
- image: golang:1.20-rc
- image: golang:1.20

jobs:
lint-markdown:
Expand Down Expand Up @@ -132,11 +129,11 @@ workflows:
- build-source:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-rc"]
e: ["golang-previous", "golang-latest"]
- unit-test:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-rc"]
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.18
go 1.19

require (
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
Expand Down

0 comments on commit f256f80

Please sign in to comment.