File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ name: Release
10
10
jobs :
11
11
release :
12
12
name : Release
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-go@v2
17
17
with :
18
- go-version : ' ^1.15.6 '
18
+ go-version : ' ^1.23 '
19
19
- run : go build -o lug github.com/sjtug/lug/cli/lug
20
20
- name : create tar
21
21
run : tar -cvzf lug.tar.gz lug
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ name: Test
11
11
jobs :
12
12
test :
13
13
name : Test
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- uses : actions/setup-go@v2
18
18
with :
19
- go-version : ' ^1.15.6 '
19
+ go-version : ' ^1.23 '
20
20
# TODO: import coveralls key
21
21
# - run: go get github.com/mattn/goveralls
22
22
- run : go build -o lug github.com/sjtug/lug/cli/lug
You can’t perform that action at this time.
0 commit comments