Skip to content

Commit 3dbbed6

Browse files
committed
Update Github Actions libraries to latest working version
1 parent 12e9241 commit 3dbbed6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: decimal-ci
1+
name: ci
22
on: [push]
33
jobs:
44
ci-job:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
go: [ '1.7.x', '1.15', '1.16', '1.17', '1.x' ]
8+
go: [ '1.7.x', '1.18', '1.19', '1.20', '1.21', '1.x' ]
99
name: Go ${{ matrix.go }}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Use go
13-
uses: actions/setup-go@v2
13+
uses: actions/setup-go@v5
1414
with:
1515
go-version: ${{ matrix.go }}
1616
- run: go build .

0 commit comments

Comments
 (0)