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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go: [1.16.14, 1.17.7] go: [1.18.1, 1.17.7]
steps: steps:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2

View file

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

View file

@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
strategy: strategy:
matrix: matrix:
go: [1.17.7] go: [1.18.1]
steps: steps:
- run: | - run: |
echo "Note ${{ github.event.inputs.note }}!" 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. # go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go GOPATH: /home/runner/work/go
GO_VERSION: '^1.17.0' GO_VERSION: '^1.18.1'
on: on:
push: push:

View file

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