Skip to content

Commit 64bc5c8

Browse files
Bump fatih/gomodifytags from v1.6.0 to v1.7.0 (#137)
* Bump fatih/gomodifytags from v1.6.0 to v1.7.0 Bumps [fatih/gomodifytags](https://github.com/fatih/gomodifytags) from v1.6.0 to v1.7.0. - [Release notes](https://github.com/fatih/gomodifytags/releases) - [Commits](fatih/gomodifytags@v1.6.0...1bc97ea) Signed-off-by: dependabot[bot] <support@github.com> * Bump gomodifytags Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <john@agilepathway.co.uk>
1 parent cfb8ce7 commit 64bc5c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apt-get update \
4848
github.com/ramya-rao-a/go-outline@1.0.0 \
4949
github.com/acroca/go-symbols@v0.1.1 \
5050
github.com/rogpeppe/godef@v1.1.2 \
51-
github.com/fatih/gomodifytags@v1.6.0 \
51+
github.com/fatih/gomodifytags@v1.7.0 \
5252
github.com/go-delve/delve/cmd/dlv@v1.5.0 2>&1 \
5353
github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0 \
5454
#

.github/workflows/dependabot_hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: ramya-rao-a/go-outline@1.0.0
3131
- uses: acroca/go-symbols@v0.1.1
3232
- uses: rogpeppe/godef@v1.1.2
33-
- uses: fatih/gomodifytags@v1.6.0
33+
- uses: fatih/gomodifytags@v1.7.0
3434
- uses: go-delve/delve@v1.5.0
3535
- uses: golangci/golangci-lint@v1.31.0
3636
- uses: SpectoLabs/hoverfly@v1.3.0

0 commit comments

Comments
 (0)