Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
bump go version to 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kohlbau <[email protected]>
  • Loading branch information
tobiaskohlbau committed Jun 17, 2021
1 parent 4040587 commit 901de44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
id: go

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

- name: Build
run: make build

- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 901de44

Please sign in to comment.