Skip to content

Commit

Permalink
feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1)
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and sunggun-yu committed Oct 25, 2022
1 parent 5a6ee6f commit dcf37e0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: write
packages: write

jobs:
goreleaser:
Expand Down
30 changes: 15 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project_name: gh-app-access-token
env:
- DOCKER_REGISTRY=ghcr.io/sunggun-yu
- DESCRIPTION=Semantic Version Utility
- HOME_PAGE=https://github.com/sunggun-yu/{{ .ProjectName }}
- REGISTRY=ghcr.io/sunggun-yu
- DESCRIPTION=Simple Cli tool for operating Github App Installation access token
- HOMEPAGE=https://github.com/sunggun-yu/{{ .ProjectName }}
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -73,12 +73,12 @@ brews:
owner: sunggun-yu
name: homebrew-tap
folder: Formula
homepage: '{{ .Env.HOME_PAGE }}'
homepage: '{{ .Env.HOMEPAGE }}'
description: '{{ .Env.DESCRIPTION }}'

nfpms:
# https://goreleaser.com/customization/nfpm/
- homepage: '{{ .Env.HOME_PAGE }}'
- homepage: '{{ .Env.HOMEPAGE }}'
description: '{{ .Env.DESCRIPTION }}'
maintainer: Sunggun Yu <[email protected]>
license: MIT
Expand All @@ -95,8 +95,8 @@ dockers:
goarch: amd64
dockerfile: Dockerfile
image_templates:
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64"
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-amd64"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -107,8 +107,8 @@ dockers:
goos: linux
goarch: arm64
image_templates:
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-arm64v8"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-arm64v8"
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -117,11 +117,11 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
docker_manifests:
# https://goreleaser.com/customization/docker_manifest/
- name_template: "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}"
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}"
image_templates:
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64"
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- name_template: "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest"
image_templates:
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-amd64"
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-arm64v8"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-amd64"
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-arm64v8"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
github.com/google/go-github/v48 v48.0.0
github.com/spf13/cobra v1.6.0
github.com/spf13/cobra v1.6.1
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17
github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc=
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI=
github.com/spf13/cobra v1.6.0/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit dcf37e0

Please sign in to comment.