Skip to content

Commit cba9506

Browse files
committed
fix: Tweaks, upgrades
1 parent 6840d30 commit cba9506

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ tests/native/*
5454
!tests/template
5555
tests/template/*
5656
!tests/template/stencil.yaml
57-
5857
## <<Stencil::Block(ignores)>>
5958

6059
## <</Stencil::Block>>

stencil.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.14.0
1+
version: 2.0.1
22
modules:
33
- name: github.com/udemy/eng-team-management
44
url: https://github.com/udemy/eng-team-management

templates/.github/workflows/build-release.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Lint
7070
uses: golangci/golangci-lint-action@v6
7171
with:
72-
version: latest
72+
version: 1.64
7373
args: --timeout=6m
7474
- name: Build Go binary
7575
run: mise run build

templates/.mise.toml.tpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ nodejs = "22"
33
yarn = "1.22.22"
44
{{- if stencil.Arg "nativeModule" }}
55
git-cliff = "latest"
6-
golang = "1.23"
7-
golangci-lint = "1.60"
6+
golang = "1.24"
7+
golangci-lint = "1.64"
88
goreleaser = "latest"
99
"go:gotest.tools/gotestsum" = "v1.12.0"
1010
"go:golang.org/x/tools/cmd/goimports" = "latest"
@@ -60,7 +60,7 @@ dir = "tests"
6060
run = """
6161
#!/usr/bin/env bash
6262
for dir in ./*/ ; do
63-
(cd "$dir" && stencil);
63+
(cd "$dir" && echo "Building the project $dir" && stencil);
6464
done
6565
"""
6666

0 commit comments

Comments
 (0)