Skip to content

Commit

Permalink
chore: upgrade go version to 1.18 (#335)
Browse files Browse the repository at this point in the history
* upgrade go version to 1.18

* Update go.mod
  • Loading branch information
morwn committed Apr 5, 2022
1 parent 7e40e09 commit 87a2efe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
-
name: Check
uses: ./
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
-
name: GoReleaser
if: ${{ !(github.event_name == 'pull_request' && matrix.distribution == 'goreleaser-pro') }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
-
name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
-
name: Check
uses: ./
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
-
name: GoReleaser
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
@@ -1,3 +1,3 @@
module github.com/goreleaser/goreleaser-action

go 1.15
go 1.18

0 comments on commit 87a2efe

Please sign in to comment.