@@ -24,25 +24,26 @@ jobs:
2424 - artifact-cas
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
28- with :
29- go-version : " 1.25.6"
30-
3127 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3228
29+ - name : Set up Go
30+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
31+ with :
32+ go-version-file : ' go.mod'
33+
3334 - name : Lint main module
34- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # 7.0 .0
35+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # 9.2 .0
3536 if : ${{ matrix.app == 'main-module' }}
3637 with :
37- version : v2.4 .0
38+ version : v2.9 .0
3839 only-new-issues : ' true'
3940
4041 - name : Lint ${{ matrix.app }}
41- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # 7.0 .0
42+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # 9.2 .0
4243 if : ${{ matrix.app != 'main-module' }}
4344 with :
4445 working-directory : app/${{ matrix.app }}
45- version : v2.4 .0
46+ version : v2.9 .0
4647 only-new-issues : ' true'
4748
4849 lint-protos :
@@ -65,19 +66,20 @@ jobs:
6566 cd ~/.local
6667 curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.19.3 sh
6768
68- - uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
69- with :
70- go-version : " 1.25.6"
71-
7269 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7370
71+ - name : Set up Go
72+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
73+ with :
74+ go-version-file : ' go.mod'
75+
7476 - name : Initialize module
7577 run : |
7678 make -C extras/dagger module-init
7779
7880 - name : Lint
79- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # 7.0 .0
81+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # 9.2 .0
8082 with :
8183 working-directory : extras/dagger
82- version : v2.4 .0
84+ version : v2.9 .0
8385 only-new-issues : ' true'
0 commit comments