Skip to content

Commit

Permalink
feat: get go version for action from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Dec 18, 2024
1 parent d4171a9 commit c6be944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cf-driver-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version-file: runner/cf-driver-go/go.mod
cache-dependency-path: runner/cf-driver-go/go.sum

- name: Install dependencies
Expand Down

0 comments on commit c6be944

Please sign in to comment.