Skip to content

Commit 89ff18c

Browse files
committed
.github: update CI environment
1 parent 2394b82 commit 89ff18c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x]
7+
go-version: [1.24.x, 1.25.x]
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Install Go
11-
uses: actions/setup-go@v3
11+
uses: actions/setup-go@v6
1212
with:
1313
go-version: ${{ matrix.go-version }}
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
with:
1616
path: './src/github.com/kevinburke/go-bindata'
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
path: /home/runner/.cache
2020
key: ${{ runner.os }}-go-v3-${{ hashFiles('**/*.go') }}

0 commit comments

Comments
 (0)