Skip to content

Commit

Permalink
Merge pull request #336 from tnthornton/update-deps
Browse files Browse the repository at this point in the history
Updates dependencies to get us pretty close to current
  • Loading branch information
tnthornton committed Jun 26, 2023
2 parents 6d689a3 + 6bceab2 commit e1e24a6
Show file tree
Hide file tree
Showing 22 changed files with 2,484 additions and 2,097 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.18'
GOLANGCI_VERSION: 'v1.47'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.53.3'
DOCKER_BUILDX_VERSION: 'v0.8.2'

# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/up $(GO_PROJECT)/cmd/docker-credential-up
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION)
GO_SUBDIRS += cmd internal
GO111MODULE = on
GO_REQUIRED_VERSION = 1.20

-include build/makelib/golang.mk

Expand Down
2 changes: 1 addition & 1 deletion build
3 changes: 0 additions & 3 deletions cmd/up/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ package main
import (
"fmt"
"io"
"math/rand"
"os"
"time"

"github.com/alecthomas/kong"
"github.com/pterm/pterm"
Expand Down Expand Up @@ -139,7 +137,6 @@ type alpha struct {
}

func main() {
rand.Seed(time.Now().UTC().UnixNano())
c := cli{}

parser := kong.Must(&c,
Expand Down
295 changes: 141 additions & 154 deletions go.mod

Large diffs are not rendered by default.

1,426 changes: 383 additions & 1,043 deletions go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e1e24a6

Please sign in to comment.