We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1f7d0 commit be551f4Copy full SHA for be551f4
.github/workflows/ci.yml
@@ -26,6 +26,8 @@ jobs:
26
cache-dependencies:
27
name: Cache Dependencies
28
runs-on: ubuntu-22.04
29
+ permissions:
30
+ id-token: write # for OIDC authentication
31
if: github.ref == 'refs/heads/main'
32
steps:
33
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
go.mod
@@ -2,7 +2,7 @@ module github.com/nginx/agent/v3
2
3
go 1.24.2
4
5
-toolchain go1.24.11
+toolchain go1.24.12
6
7
require (
8
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.9-20250912141014-52f32327d4b0.1
0 commit comments