Skip to content

Commit

Permalink
Test script work
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Mar 6, 2023
1 parent 7a7eab0 commit d096698
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.16
uses: actions/setup-go@v1
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.16
id: go
go-version: '1.20'
check-latest: true
- name: Check Go version
run: go version
- name: Set up GoogleCloudPlatform
uses: google-github-actions/setup-gcloud@v0
- name: Debug log GoogleCloudPlatform info
Expand Down

0 comments on commit d096698

Please sign in to comment.