Skip to content

Commit 9d578e5

Browse files
authored
chore: upgrade versions of images and toolchain in github action (#87)
1 parent d96e1a9 commit 9d578e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ name: Release
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: '^1.15.6'
18+
go-version: '^1.23'
1919
- run: go build -o lug github.com/sjtug/lug/cli/lug
2020
- name: create tar
2121
run: tar -cvzf lug.tar.gz lug

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ name: Test
1111
jobs:
1212
test:
1313
name: Test
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: '^1.15.6'
19+
go-version: '^1.23'
2020
# TODO: import coveralls key
2121
# - run: go get github.com/mattn/goveralls
2222
- run: go build -o lug github.com/sjtug/lug/cli/lug

0 commit comments

Comments
 (0)