Skip to content

Commit f6634e4

Browse files
authored
Merge pull request #2 from ikethecoder/update-golang
update golang to 1.23
2 parents aaae466 + e8bf4b6 commit f6634e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build-metrics-proxy:
55
strategy:
66
matrix:
7-
go-version: [1.18.x]
7+
go-version: [1.23.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -41,7 +41,7 @@ jobs:
4141
build-query-proxy:
4242
strategy:
4343
matrix:
44-
go-version: [1.18.x]
44+
go-version: [1.23.x]
4545
os: [ubuntu-latest]
4646
runs-on: ${{ matrix.os }}
4747
steps:

metrics-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.10
1+
FROM golang:1.23.2
22

33
WORKDIR /go/src/app
44

query-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.6
1+
FROM golang:1.23.2
22

33
WORKDIR /go/src/app
44

0 commit comments

Comments
 (0)