diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e3da863..aef74a32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.17.x' + go-version: '1.18.x' - name: Check go.mod and go.sum are tidy run: | @@ -35,7 +35,7 @@ jobs: - name: Install Lint uses: golangci/golangci-lint-action@v2 with: - version: v1.44 + version: v1.45 skip-pkg-cache: true skip-build-cache: true diff --git a/mage.go b/mage.go index 74599921..a8104792 100644 --- a/mage.go +++ b/mage.go @@ -2,13 +2,12 @@ // Apptainer a Series of LF Projects LLC. // For website terms of use, trademark policy, privacy policy and other // project policies see https://lfprojects.org/policies -// 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 diff --git a/magefile.go b/magefile.go index 250b2d2c..f2e8a605 100644 --- a/magefile.go +++ b/magefile.go @@ -2,13 +2,12 @@ // Apptainer a Series of LF Projects LLC. // For website terms of use, trademark policy, privacy policy and other // project policies see https://lfprojects.org/policies -// 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