Skip to content

Commit

Permalink
specify the go version 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 8, 2025
1 parent 4f55a99 commit 6144049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.*
go-version: 1.23.3
id: go

# Retrieve build locations with `go env`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleContainerTools/skaffold/v2

go 1.23
go 1.23.3

// these require code change may remove these later
exclude (
Expand Down

0 comments on commit 6144049

Please sign in to comment.