Skip to content

Commit

Permalink
github actions don's support go-1.22 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Mar 27, 2024
1 parent 7f1eee1 commit 1cb18de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- RFC 9116 support
- FIX: fetching ACME certs was broken, don't use 2.2.x!
- use go-1.22.x

## 2.2.1

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-bookworm AS builder
FROM golang:1.21-bookworm AS builder

WORKDIR /scmdhttpd/
COPY go.mod go.sum *.go ./
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/andreasschulze/scmdhttpd

go 1.22
go 1.21

require golang.org/x/crypto v0.17.0

Expand Down

0 comments on commit 1cb18de

Please sign in to comment.