Skip to content

Commit

Permalink
Merge pull request #1266 from damondouglas:set-go-version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597411186
  • Loading branch information
cloud-teleport committed Jan 11, 2024
2 parents 45170b2 + 82d2586 commit cd0a6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@44e221478fc6847752e5c574fc7a7b3247b00fbf
with:
go-version: '1.17'
go-version: '1.21'
- name: Run Fmt
run: |
cd cicd
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@44e221478fc6847752e5c574fc7a7b3247b00fbf
with:
go-version: '1.17'
go-version: '1.21'
# By nature, this also makes sure that everything builds
- name: Run Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion cicd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/GoogleCloudPlatform/DataflowTemplates/cicd

go 1.17
go 1.21

0 comments on commit cd0a6d2

Please sign in to comment.