Skip to content

Commit

Permalink
Upgrade to golang 1.19 in GHA, and fix go.sum (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: junya koyama <[email protected]>
  • Loading branch information
arukiidou authored Jan 17, 2024
1 parent 35e62f6 commit 425c1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
workflow_dispatch: {}
env:
GO_VERSION: 1.17
GO_VERSION: 1.19
jobs:
lint-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 425c1e0

Please sign in to comment.