Skip to content

Commit

Permalink
Merge pull request #23 from patrickdappollonio/bump-dependencies
Browse files Browse the repository at this point in the history
Bump Go version and dependencies.
  • Loading branch information
patrickdappollonio authored Jun 4, 2024
2 parents 0daa9a8 + 94a15c9 commit d3481ad
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 769 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version-file: go.mod
- name: Test application
run: go test ./...
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version-file: go.mod
- name: Test application
run: go test ./...
- name: Compile application
Expand Down
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/patrickdappollonio/wait-for

go 1.19
go 1.22

require github.com/spf13/cobra v1.8.0

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
Loading

0 comments on commit d3481ad

Please sign in to comment.