Skip to content

Commit

Permalink
Update Github Actions libraries to latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoss committed Dec 29, 2023
1 parent 12e9241 commit 3dbbed6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: decimal-ci
name: ci
on: [push]
jobs:
ci-job:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.7.x', '1.15', '1.16', '1.17', '1.x' ]
go: [ '1.7.x', '1.18', '1.19', '1.20', '1.21', '1.x' ]
name: Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go build .
Expand Down

0 comments on commit 3dbbed6

Please sign in to comment.