Skip to content

Commit 73cf82a

Browse files
authored
Updated miscellaneous dependencies (#43)
* chore(deps): bump go version Signed-off-by: Norwin Schnyder <[email protected]> * chore(deps): bump HAProxy Signed-off-by: Norwin Schnyder <[email protected]> --------- Signed-off-by: Norwin Schnyder <[email protected]>
1 parent 7b4fb53 commit 73cf82a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
tag: [latest, alpine, 3.1, 3.1-alpine, 3.1.7, 3.1.7-alpine]
17+
tag: [latest, alpine, 3.3, 3.3-alpine, 3.3.1, 3.3.1-alpine]
1818
steps:
1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.5-alpine3.23 AS builder
1+
FROM golang:1.25.6-alpine3.23 AS builder
22
ARG VERSION
33
ARG HASH
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/snorwin/haproxy-reload-wrapper
22

3-
go 1.25.5
3+
go 1.25.6
44

55
require github.com/fsnotify/fsnotify v1.9.0
66

0 commit comments

Comments
 (0)