Skip to content

Commit ba0ad2e

Browse files
committed
Update go version #2
1 parent 6491949 commit ba0ad2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
GOOS: linux
2121
GOARCH: ${{ matrix.arch }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Install Go
25-
uses: actions/setup-go@v2
25+
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.16
27+
go-version: 1.23
2828
- name: build
2929
run: make
3030
- name: test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/wodby/gotpl
22

3-
go 1.15
3+
go 1.23

0 commit comments

Comments
 (0)