Merge pull request #41 from nicholas-fedor/39-broken-pkggodev-versioning

fix(Issue): #39 - Correct broken pkg.go.dev versioning
This commit is contained in:
Nick Fedor 2025-01-19 17:10:17 -07:00 committed by GitHub
commit 7005fa8283
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -199,3 +199,11 @@ jobs:
# Push manifests to Docker Hub
docker manifest push nickfedor/watchtower:latest
docker manifest push nickfedor/watchtower:$(echo $TAG | sed 's/^v*//')
renew-docs:
name: Refresh pkg.go.dev
needs: build
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@89382de145eeb7a85de72f8a27f686a50727bc7a #master@v1.2.0

3
go.mod
View file

@ -2,6 +2,9 @@ module github.com/nicholas-fedor/watchtower
go 1.23.5
// Retract prematurely published versions
retract [v1.7.2, v1.7.9]
require (
github.com/containrrr/shoutrrr v0.8.0
github.com/distribution/reference v0.6.0