Skip to content

Commit 1e2c96f

Browse files
authored
Bump Ubuntu Version in GH Actions (Close #83)
PR #84 * Bump ubuntu version * Update Go testing versions * Update actions versions
1 parent 372c428 commit 1e2c96f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
go: [ '1.19', '1.18', '1.17' ]
15+
go: [ '1.24', '1.23', '1.22' ]
1616

1717
steps:
1818
- name: Checkout
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ${{ matrix.go }}
2525

2626
- name: Cache go modules
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)