Skip to content

Commit

Permalink
CI: use Go version specified in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
  • Loading branch information
florianl committed Jan 17, 2025
1 parent 504720f commit 23f1e3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ runs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: true
go-version-file: go.mod
cache-dependency-path: go.sum
id: go

0 comments on commit 23f1e3b

Please sign in to comment.