Skip to content

Commit

Permalink
Merge pull request #179 from tri-adam/go-1.18
Browse files Browse the repository at this point in the history
Adopt Go 1.18
  • Loading branch information
tri-adam committed Mar 16, 2022
2 parents 88aec62 + f961abc commit fcd6ec7
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
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
@@ -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
@@ -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 fcd6ec7

Please sign in to comment.