Skip to content

Commit

Permalink
fix: workflows (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeteorSis committed Aug 17, 2023
1 parent c20215f commit be7f157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_READ_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test-on-linux:
strategy:
matrix:
os-version: [ 18.04, 20.04, 22.04 ]
os-version: [ 20.04, 22.04 ]
go-version: [ 1.16, 1.17, 1.18, 1.19 ]
runs-on: ubuntu-${{ matrix.os-version }}
steps:
Expand Down

0 comments on commit be7f157

Please sign in to comment.