Skip to content

Commit

Permalink
image version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbecker committed Nov 8, 2024
1 parent 22a878b commit 7ffa81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.1
go-version: 1.23.0
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion contrib/images/connect.base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder
FROM golang:1.23-bullseye AS builder

RUN curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && mv ./dasel /usr/local/bin/dasel

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/connect.generator.dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ./contrib/images/connect.generator.dev.Dockerfile

# Stage 1: Build the Go application
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder

WORKDIR /src/connect

Expand Down

0 comments on commit 7ffa81c

Please sign in to comment.