Skip to content

Commit

Permalink
Bump Go version and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Jun 4, 2024
1 parent 0daa9a8 commit 0066eae
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 761 deletions.
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 0066eae

Please sign in to comment.