Skip to content

Commit

Permalink
Use Go 1.16 in GitHub Actions
Browse files Browse the repository at this point in the history
Set Go version to `1.16` in GitHub Actions.
  • Loading branch information
HeavyWombat committed Sep 6, 2021
1 parent f223f1d commit 95683e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x

- name: Install Ko
uses: imjasonh/setup-ko@20b7695b536c640edfafdd378d96c760460f29d6

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x

- name: Install Ko
uses: imjasonh/setup-ko@20b7695b536c640edfafdd378d96c760460f29d6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: 1.16.x

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 95683e7

Please sign in to comment.