Skip to content

Commit

Permalink
Merge pull request #36 from goretk/update/gore0.11.3
Browse files Browse the repository at this point in the history
Update to gore 0.11.3
  • Loading branch information
TcM1911 authored Dec 1, 2023
2 parents 2779391 + 51f49b2 commit edb8e56
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.20.0"
go-version: ">=1.21.0"

- name: Build
run: make release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.20.0"
go-version: ">=1.21.0"

- name: Build
run: make release
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module github.com/goretk/redress

go 1.20
go 1.21

require (
github.com/TcM1911/r2g2 v0.3.2
github.com/cheynewallace/tabby v1.1.1
github.com/goretk/gore v0.11.1
github.com/spf13/cobra v1.2.1
github.com/goretk/gore v0.11.3
github.com/spf13/cobra v1.8.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/arch v0.6.0 // indirect
golang.org/x/mod v0.14.0 // indirect
)

// This is used during development and disabled for release builds.
Expand Down
Loading

0 comments on commit edb8e56

Please sign in to comment.