Skip to content

Commit

Permalink
Merge pull request #3 from sammcj/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Aug 31, 2023
2 parents 926c2d1 + f37caa6 commit a5a9a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: docktails
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: main
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 docktails

go 1.20
go 1.21

require (
github.com/docker/docker v24.0.5+incompatible
Expand Down

0 comments on commit a5a9a4e

Please sign in to comment.