Skip to content

Commit

Permalink
feat(watchtower): bump golang version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Sep 7, 2024
1 parent 7e1de96 commit 801c7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-watchtower.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Build Watchtower image
env:
build_epoch: 1
on:
push:
branches:
Expand Down Expand Up @@ -44,5 +46,6 @@ jobs:
build-args: |
PG_RELEASE=${{ matrix.version }}
tags: |
ghcr.io/f-bn/watchtower:${{ matrix.version }}-r${{ env.build_epoch }}
ghcr.io/f-bn/watchtower:${{ matrix.version }}
ghcr.io/f-bn/watchtower:latest
2 changes: 1 addition & 1 deletion watchtower/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Build stage ---
FROM docker.io/golang:1.20 AS build
FROM docker.io/golang:1.22 AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 801c7eb

Please sign in to comment.