Skip to content

Commit

Permalink
reverted golang version to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mphanias committed Aug 20, 2024
1 parent 098a532 commit 1f63bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.0
go-version: 1.20.2

- name: go mod tidy
run: |
Expand Down

0 comments on commit 1f63bb4

Please sign in to comment.