Skip to content

Commit

Permalink
chore: bump Go version range to 1.17-1.18
Browse files Browse the repository at this point in the history
Bump Go versions used in CI to 1.17 and 1.18. Remove deprecated build
constraint format.
  • Loading branch information
Adam Hughes committed Mar 16, 2022
1 parent 88aec62 commit f961abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ executors:
- image: golangci/golangci-lint:v1.44-alpine
golang-previous:
docker:
- image: golang:1.16
- image: golang:1.17
golang-latest:
docker:
- image: golang:1.17
- image: golang:1.18

jobs:
lint-markdown:
Expand Down
3 changes: 1 addition & 2 deletions mage.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Copyright (c) 2021, Sylabs Inc. All rights reserved.
// Copyright (c) 2021-2022, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the
// LICENSE file distributed with the sources of this project regarding your
// rights to use or distribute this software.

//go:build ignore
// +build ignore

package main

Expand Down
3 changes: 1 addition & 2 deletions magefile.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Copyright (c) 2021, Sylabs Inc. All rights reserved.
// Copyright (c) 2021-2022, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the
// LICENSE file distributed with the sources of this project regarding your
// rights to use or distribute this software.

//go:build mage
// +build mage

package main

Expand Down

0 comments on commit f961abc

Please sign in to comment.