Skip to content

Commit

Permalink
workflow: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
agungdwiprasetyo committed Mar 7, 2023
1 parent 68ceb7b commit 06fb6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Unit Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Setup GCP
uses: google-github-actions/setup-gcloud@v0
Expand Down

0 comments on commit 06fb6e4

Please sign in to comment.