@@ -143,9 +143,9 @@ jobs:
143143<% if "go" in lang_tools % >
144144 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
145145 with :
146- cache-dependency-path : go /go.sum
146+ cache-dependency-path : <{lang_config.build.go_mod_path}> /go.sum
147147 check-latest : true
148- go-version-file : go /go.mod
148+ go-version-file : <{lang_config.build.go_mod_path}> /go.mod
149149<% endif % >
150150<% if "rust" in lang_tools % >
151151 - uses : actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -323,9 +323,9 @@ jobs:
323323<% if "go" in lang_tools % >
324324 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
325325 with :
326- cache-dependency-path : go /go.sum
326+ cache-dependency-path : <{lang_config.build.go_mod_path}> /go.sum
327327 check-latest : true
328- go-version-file : go /go.mod
328+ go-version-file : <{lang_config.build.go_mod_path}> /go.mod
329329<% endif % >
330330<% if "rust" in lang_tools % >
331331 - uses : actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -504,9 +504,9 @@ jobs:
504504<% if "go" in lang_tools % >
505505 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
506506 with :
507- cache-dependency-path : go /go.sum
507+ cache-dependency-path : <{lang_config.build.go_mod_path}> /go.sum
508508 check-latest : true
509- go-version-file : go /go.mod
509+ go-version-file : <{lang_config.build.go_mod_path}> /go.mod
510510<% endif % >
511511<% if "rust" in lang_tools % >
512512 - uses : actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -843,8 +843,8 @@ jobs:
843843 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
844844 working-directory : <{ lang_subdir }>
845845 run : |
846- git tag go /v1000.0.0
847- tag=go /v1000.0.0
846+ git tag <{ lang_subdir }> /v1000.0.0
847+ tag=<{ lang_subdir }> /v1000.0.0
848848
849849 pixi run release --dry-run $(pwd) $tag
850850 echo gh release upload $tag $(find ~/packages -name '*.tar.gz') $(find ~/packages -name 'manifest.yaml') $(find ~/packages -name '*.md')
0 commit comments