ci: bump to Go 1.18.1

This commit is contained in:
Roy Lee 2022-04-19 18:51:23 -07:00
parent 1bab29aa69
commit 9e352f8141
5 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.16.14, 1.17.7]
go: [1.18.1, 1.17.7]
steps:
- name: Set up Go
uses: actions/setup-go@v2

View file

@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
go: [1.17.7]
go: [1.18.1]
steps:
- run: |
echo "Note ${{ github.event.inputs.note }}!"

View file

@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
go: [1.17.7]
go: [1.18.1]
steps:
- run: |
echo "Note ${{ github.event.inputs.note }}!"

View file

@ -4,7 +4,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: '^1.17.0'
GO_VERSION: '^1.18.1'
on:
push:

View file

@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.18.1
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2