Skip to content

Commit

Permalink
Update Go version in workflow.
Browse files Browse the repository at this point in the history
Go DP:
- Update Go version in Github setup action for v3.0.0 release.

Change-Id: I4dd8892eeb1e150b913bbccc47c6ee43e71fe699
GitOrigin-RevId: ec20cb51cc2bf16e50ca81662041e5dc032a249d
  • Loading branch information
Differential Privacy Team authored and jspacek committed Mar 11, 2024
1 parent 06a255d commit f738473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.22

- name: Build go
run: go build -mod=mod -v ./...
Expand Down

1 comment on commit f738473

@SynBozy16
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.