Skip to content

Commit d98c3a5

Browse files
authored
Merge pull request #352 from AlbertoBarba/fix/ci-lint
fix: use the specified go version in lint jobs
2 parents ffca7ca + 6338d30 commit d98c3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: ${{ matrix.go }}
64+
go-version: ${{ matrix.go-version }}
6565
cache-dependency-path: src/github.com/containerd/cgroups
6666

6767
- name: golangci-lint
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install Go
9393
uses: actions/setup-go@v5
9494
with:
95-
go-version: ${{ matrix.go }}
95+
go-version: ${{ matrix.go-version }}
9696
# Disable Go caching feature when compiling across Linux distributions due to collisions until https://github.com/actions/setup-go/issues/368 is resolved.
9797
cache: false
9898

0 commit comments

Comments
 (0)