We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c4d64 commit 62d8015Copy full SHA for 62d8015
1 file changed
.github/workflows/validate.yml
@@ -89,14 +89,15 @@ jobs:
89
steps:
90
-
91
name: Checkout
92
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
93
with:
94
path: src/github.com/docker/cli
95
96
name: Set up Go
97
- uses: actions/setup-go@v6
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
98
99
go-version: "1.25.8"
100
+ cache: false
101
102
name: Run gocompat check
103
shell: 'script --return --quiet --command "bash {0}"'
0 commit comments