Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Apr 6, 2024
1 parent 8771afa commit 9b8c81b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', '1.21.x', '1.22.x' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: '1.15.2'
go-version: ${{ matrix.go-version }}
- run: go version

- name: gofmt
Expand Down
Binary file modified timefor
Binary file not shown.

0 comments on commit 9b8c81b

Please sign in to comment.