We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1423994 commit a5455cfCopy full SHA for a5455cf
1 file changed
.github/workflows/smoke-test.yml
@@ -66,7 +66,7 @@ jobs:
66
role-to-assume: arn:aws:iam::${{ secrets.PROD_ACCOUNT_ID }}:role/delegatedadmin/developer/dpc-${{ inputs.env }}-github-actions
67
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
68
with:
69
- go-version: '1.24.x'
+ go-version: '1.25.x'
70
- name: Install PACE cert
71
env:
72
PACE_CERT: ${{ secrets.PACE_CERT }}
0 commit comments