Skip to content

Commit 20fd7a1

Browse files
authored
Merge pull request #694 from devhindo/master
Upgrade Meshery Istio Go version to 1.23
2 parents bc5e855 + bb0829f commit 20fd7a1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.21
24+
go-version: 1.23
2525
- run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build .
2626
docker:
2727
name: Docker build and push

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.21
21+
go-version: 1.23
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Go
4141
uses: actions/setup-go@v4
4242
with:
43-
go-version: 1.21
43+
go-version: 1.23
4444
- name: Create cluster using KinD
4545
uses: engineerd/setup-kind@v0.5.0
4646
with:

.github/workflows/component-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.21
24+
go-version: 1.23
2525
- name: Run adapter to create components
2626
run: |
2727
touch log.txt

.github/workflows/error-ref-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.21
24+
go-version: 1.23
2525

2626
- name: Run utility
2727
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_VERSION=1.21
1+
ARG GOLANG_VERSION=1.23
22
FROM golang:${GOLANG_VERSION} as builder
33

44
ARG VERSION

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/layer5io/meshery-istio
22

3-
go 1.21
3+
go 1.23
44

55
replace (
66
//github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible

0 commit comments

Comments
 (0)