We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6491949 commit ba0ad2eCopy full SHA for ba0ad2e
.github/workflows/workflow.yml
@@ -20,11 +20,11 @@ jobs:
20
GOOS: linux
21
GOARCH: ${{ matrix.arch }}
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- name: Install Go
25
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
26
with:
27
- go-version: 1.16
+ go-version: 1.23
28
- name: build
29
run: make
30
- name: test
go.mod
@@ -1,3 +1,3 @@
1
module github.com/wodby/gotpl
2
3
-go 1.15
+go 1.23
0 commit comments