Skip to content

Commit

Permalink
bump go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug committed Jan 20, 2025
1 parent db9aa93 commit ba65a9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.21
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup GO
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
- name: Build project
env:
CGO_ENABLED: "0"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:

variables:
VMSHED_VERSION: v0.22.1
GO_VERSION: "1.21"
GO_VERSION: "1.23"
BUILD_HELPERS_VERSION: cad23b57db14b7676808fa645c4561bc66c3e204

prepare-bins:
Expand Down Expand Up @@ -85,7 +85,7 @@ lint:
stage: test
rules:
- if: $CI_MERGE_REQUEST_ID
image: golangci/golangci-lint:v1.59
image: golangci/golangci-lint:v1.63
variables:
GOPATH: $CI_PROJECT_DIR/.mygo
script:
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/LINBIT/virter

go 1.21
go 1.23.0

toolchain go1.23.4

require (
Expand Down

0 comments on commit ba65a9d

Please sign in to comment.