Skip to content

Commit

Permalink
feat: update go version to 1.23 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjf3121 authored Sep 26, 2024
1 parent 35bd7a3 commit 3c10046
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: ${{ inputs.ref }}
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Mod Tidy Check
shell: bash
run: make mod-tidy-check
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/golangci/golangci-lint/releases/latest
GOLANGCI_LINT_VERSION="1.59.1"
GOLANGCI_LINT_VERSION="1.61.0"

RED = \033[0;31m
GREEN = \033[0;32m
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/risingwavelabs/byoc-runtime

go 1.22.0
go 1.23.0

require (
github.com/hashicorp/go-version v1.7.0
Expand Down

0 comments on commit 3c10046

Please sign in to comment.