Skip to content

Commit ba65a9d

Browse files
committed
bump go version to 1.23
1 parent db9aa93 commit ba65a9d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: Set up Go 1.21
16+
- name: Set up Go 1.23
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.21
19+
go-version: 1.23
2020
id: go
2121

2222
- name: Check out code into the Go module directory

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup GO
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.21
19+
go-version: 1.23
2020
- name: Build project
2121
env:
2222
CGO_ENABLED: "0"

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stages:
1111

1212
variables:
1313
VMSHED_VERSION: v0.22.1
14-
GO_VERSION: "1.21"
14+
GO_VERSION: "1.23"
1515
BUILD_HELPERS_VERSION: cad23b57db14b7676808fa645c4561bc66c3e204
1616

1717
prepare-bins:
@@ -85,7 +85,7 @@ lint:
8585
stage: test
8686
rules:
8787
- if: $CI_MERGE_REQUEST_ID
88-
image: golangci/golangci-lint:v1.59
88+
image: golangci/golangci-lint:v1.63
8989
variables:
9090
GOPATH: $CI_PROJECT_DIR/.mygo
9191
script:

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/LINBIT/virter
22

3-
go 1.21
3+
go 1.23.0
4+
45
toolchain go1.23.4
56

67
require (

0 commit comments

Comments
 (0)