Commit cba9506 1 parent 6840d30 commit cba9506 Copy full SHA for cba9506
File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ tests/native/*
54
54
! tests /template
55
55
tests /template /*
56
56
! tests /template /stencil.yaml
57
-
58
57
# # <<Stencil::Block(ignores)>>
59
58
60
59
# # <</Stencil::Block>>
Original file line number Diff line number Diff line change 1
- version: 0.14.0
1
+ version: 2.0.1
2
2
modules:
3
3
- name: github.com/udemy/eng-team-management
4
4
url: https://github.com/udemy/eng-team-management
Original file line number Diff line number Diff line change 69
69
- name: Lint
70
70
uses: golangci/golangci-lint-action@v6
71
71
with:
72
- version: latest
72
+ version: 1.64
73
73
args: --timeout=6m
74
74
- name: Build Go binary
75
75
run: mise run build
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ nodejs = "22"
3
3
yarn = "1.22.22"
4
4
{ {- if stencil.Arg " nativeModule" } }
5
5
git-cliff = "latest"
6
- golang = "1.23 "
7
- golangci-lint = "1.60 "
6
+ golang = "1.24 "
7
+ golangci-lint = "1.64 "
8
8
goreleaser = "latest"
9
9
"go:gotest.tools/gotestsum" = "v1.12.0"
10
10
"go:golang.org/x/tools/cmd/goimports" = "latest"
@@ -60,7 +60,7 @@ dir = "tests"
60
60
run = """
61
61
#!/usr/bin/env bash
62
62
for dir in ./*/ ; do
63
- (cd "$dir" && stencil);
63
+ (cd "$dir" && echo "Building the project $dir" && stencil);
64
64
done
65
65
"""
66
66
You can’t perform that action at this time.
0 commit comments