Skip to content

Commit

Permalink
workflows add Go 1.18, latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Jul 17, 2023
1 parent 61899b3 commit 436e351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ indent_size = 2
indent_style = space
trim_trailing_whitespace = true

[{Makefile, go.mod, go.sum, *.go}]
[{Makefile,go.mod,go.sum,*.go}]
indent_size = 4
indent_style = tab
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 ]
go-version: [ 1.13, 1.18, latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

1 comment on commit 436e351

@vercel
Copy link

@vercel vercel bot commented on 436e351 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.