We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de2197 commit 992920dCopy full SHA for 992920d
.github/actions/setup-go/action.yaml
@@ -4,9 +4,9 @@ runs:
4
using: "composite"
5
steps:
6
- name: Install go
7
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ uses: actions/setup-go@5.4.0
8
with:
9
- go-version: "1.22"
+ go-version: "1.24"
10
go-version-file: "go.mod"
11
cache: true
12
cache-dependency-path: go.sum
0 commit comments