Skip to content

Commit

Permalink
Fix golang workflow
Browse files Browse the repository at this point in the history
Do not hardcode golang version, use the version from `go.mod` instead
  • Loading branch information
damyan committed Aug 28, 2023
1 parent e3e9331 commit 3782202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version-file: go.mod

- name: Configure git for private modules
run: ./hack/setup-git-redirect.sh
env:
Expand Down

0 comments on commit 3782202

Please sign in to comment.