We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2394b82 commit 89ff18cCopy full SHA for 89ff18c
.github/workflows/ci.yml
@@ -4,17 +4,17 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.19.x, 1.20.x]
+ go-version: [1.24.x, 1.25.x]
8
runs-on: ubuntu-latest
9
steps:
10
- name: Install Go
11
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v6
12
with:
13
go-version: ${{ matrix.go-version }}
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
15
16
path: './src/github.com/kevinburke/go-bindata'
17
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
18
19
path: /home/runner/.cache
20
key: ${{ runner.os }}-go-v3-${{ hashFiles('**/*.go') }}
0 commit comments