Skip to content

Commit

Permalink
fix: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 7e5ef54 commit 19e2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: go build

- name: Install pwsh
run: choco install pwsh -y
run: choco install pwsh "7.4.6" -y -f

# see https://go.dev/doc/articles/race_detector
# On Windows, the race detector runtime is sensitive to the version of the C compiler installed; as of Go 1.21,
Expand Down

0 comments on commit 19e2676

Please sign in to comment.