Skip to content

Commit

Permalink
Update workflow (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: bt353 <[email protected]>
  • Loading branch information
btassone and bt353 authored Dec 19, 2024
1 parent f6ca61d commit 4db67be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests
permissions:
contents: read
pull-requests: write
on:
push:

jobs:
tests-off:
name: ${{ matrix.os }} - Go v${{ matrix.go-version }}
Expand All @@ -12,15 +14,13 @@ jobs:
- "1.18.x"
os:
- "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Test
run: |
go mod tidy -v
Expand Down

0 comments on commit 4db67be

Please sign in to comment.