Skip to content

Commit

Permalink
Bump Go to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
Ryan Turner committed Apr 1, 2024
1 parent 04f9983 commit a4dbd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19
GO_VERSION: 1.21
jobs:
lint-linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ apiprotos := \
# Toolchain
#############################################################################

go_version_full := 1.19.12
go_version_full := 1.21.8
go_version := $(go_version_full:.0=)
go_dir := $(build_dir)/go/$(go_version)

Expand Down

0 comments on commit a4dbd90

Please sign in to comment.