Skip to content

Commit

Permalink
chore(deps): update go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Oct 13, 2024
1 parent 23f83af commit a4fdcb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
go-version: '1.23.2'

- name: Build
working-directory: app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
go-version: '1.23.2'

- name: Build
working-directory: app
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the application from source
FROM golang:1.22 AS build-stage
FROM golang:1.23 AS build-stage

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mqtt-home/eltako-to-mqtt-gw

go 1.22.2
go 1.23.2

require (
github.com/philipparndt/go-logger v1.0.0
Expand Down

0 comments on commit a4fdcb6

Please sign in to comment.