Skip to content

Commit

Permalink
workflows add Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Jul 17, 2023
1 parent 436e351 commit a414b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
go-version: [ 1.13, 1.18, latest ]
go-version: [ 1.13, 1.18 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

1 comment on commit a414b3b

@vercel
Copy link

@vercel vercel bot commented on a414b3b Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.