Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa authored Jun 26, 2024
1 parent 326f3c7 commit 3c97514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [stable, oldstable]
go-version: ['', 'stable']
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
Expand All @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go-version}}
go-version-file: go.mod

- name: Check out module
uses: actions/checkout@v2
Expand Down

0 comments on commit 3c97514

Please sign in to comment.