Skip to content

Commit

Permalink
Merge pull request #146 from balena-io/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.23.0
  • Loading branch information
balena-renovate[bot] authored Sep 3, 2024
2 parents 0e376dd + d8e77b7 commit 6848b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.22.6
FROM golang:1.23.0
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
sut:
image: golang:1.22.6
image: golang:1.23.0
volumes:
- .:/go/src/github.com/balena-io/sshproxy
working_dir: /go/src/github.com/balena-io/sshproxy
Expand Down

0 comments on commit 6848b26

Please sign in to comment.