We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010cac9 commit b162db5Copy full SHA for b162db5
.github/actions/golang/action.yaml
@@ -4,7 +4,7 @@ description: "Setup Go binary and caching"
4
runs:
5
using: composite
6
steps:
7
- - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
+ - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
8
with:
9
go-version: 1.21.x
10
cache: true
0 commit comments