Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 20, 2024
1 parent a2e8daf commit 36b0123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
go-version: [mod]
go-version: [latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
coveritup:
strategy:
matrix:
go-version: [mod]
go-version: [latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 36b0123

Please sign in to comment.