Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update to Go 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Apr 8, 2024
1 parent 2de4f27 commit 62e7766
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.22.2

- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.22.2

- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1-alpine AS builder
FROM golang:1.22.2-alpine AS builder
WORKDIR /go/src/github.com/ingmarstein/mielesolar/
COPY . .
RUN apk add -U --no-cache ca-certificates git \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ingmarstein/mielesolar

go 1.22
go 1.22.2

require (
github.com/goburrow/serial v0.1.0 // indirect
Expand Down

0 comments on commit 62e7766

Please sign in to comment.