File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' 1.21 '
20
+ go-version : ' 1.22 '
21
21
- name : Build & Test
22
22
run : |
23
23
go build -v
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v4
12
12
- uses : actions/setup-go@v5
13
13
with :
14
- go-version : ' 1.21 '
14
+ go-version : ' 1.22 '
15
15
- run : go build
16
16
- uses : paambaati/codeclimate-action@v5.0.0
17
17
env :
Original file line number Diff line number Diff line change 14
14
run : git fetch --force --tags
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : ' 1.21 '
17
+ go-version : ' 1.22 '
18
18
- name : Release via goreleaser
19
19
uses : goreleaser/goreleaser-action@v5
20
20
with :
Original file line number Diff line number Diff line change 10
10
ref : ${{ github.event.pull_request.head.sha }}
11
11
- uses : actions/setup-go@v5
12
12
with :
13
- go-version : ' 1.21 '
13
+ go-version : ' 1.22 '
14
14
- uses : reviewdog/action-staticcheck@v1
15
15
with :
16
16
fail_on_error : true
Original file line number Diff line number Diff line change 1
1
module github.com/toshimaru/nyan
2
2
3
- go 1.21.0
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/alecthomas/chroma v0.10.0
You can’t perform that action at this time.
0 commit comments