diff --git a/workflow-templates/go-build.yaml b/workflow-templates/go-build.yaml index 0e508f2..e1b5c6d 100644 --- a/workflow-templates/go-build.yaml +++ b/workflow-templates/go-build.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: "Set up Go" - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '1.23'