Skip to content

Commit

Permalink
update golang to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Oct 25, 2024
1 parent aaae466 commit e8bf4b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build-metrics-proxy:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
build-query-proxy:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion metrics-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.10
FROM golang:1.23.2

WORKDIR /go/src/app

Expand Down
2 changes: 1 addition & 1 deletion query-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.6
FROM golang:1.23.2

WORKDIR /go/src/app

Expand Down

0 comments on commit e8bf4b6

Please sign in to comment.