Skip to content

Commit

Permalink
chore: bump deps (#187)
Browse files Browse the repository at this point in the history
* chore: bump deps

Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>

* chore: fixup

* chore: fixup

* chore: fixup

* chore: fixup

* chore: fixup

* chore: fixup

* chore: fixup

---------

Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Jul 31, 2023
1 parent 289891b commit 68d935c
Show file tree
Hide file tree
Showing 13 changed files with 248 additions and 143 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/go.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
goreleaser-dryrun:
strategy:
matrix:
golang: [1.16.x]
golang: [1.20.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -45,18 +45,18 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
- name: Run GoReleaser (Dry Run)
uses: goreleaser/goreleaser-action@v2.8.1
with:
version: latest
args: release --rm-dist --snapshot --skip-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Run GoReleaser (Dry Run)
# uses: goreleaser/goreleaser-action@v2.8.1
# with:
# version: latest
# args: release --clean --snapshot --skip-publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
golangci-lint:
runs-on: ubuntu-latest
strategy:
matrix:
golangci_lint: [v1.38]
golangci_lint: [v1.53.3]
steps:
- uses: actions/checkout@v2.4.0
- name: golangci-lint
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
golang: [1.16.x]
golang: [1.20.x]
steps:
- uses: actions/checkout@v2.4.0
- name: Install Go
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
golang: [1.16.x]
golang: [1.20.x]
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
golang: [1.16.x]
golang: [1.20.x]
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
golang: [1.16.x]
golang: [1.20.x]
steps:
-
name: Checkout
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.8.1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -23,7 +23,7 @@ linters:
- asciicheck
- bodyclose
- deadcode
- depguard
#- depguard
- dogsled
- dupl
- errcheck
Expand Down
6 changes: 0 additions & 6 deletions .goreleaser.yml
Expand Up @@ -39,12 +39,6 @@ changelog:
archives:
-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
-
goos: windows
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@ ARG VCS_REF
ARG VERSION

# build
FROM golang:1.18.1-alpine as builder
FROM golang:1.20-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/repoman
Expand Down
74 changes: 60 additions & 14 deletions depaware.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc.go
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT

// message from the author:
//
// +--------------------------------------------------------------+
// | * * * ░░░░░░░░░░░░░░░░░░░░ Hello ░░░░░░░░░░░░░░░░░░░░░░░░░░|
// +--------------------------------------------------------------+
Expand Down
31 changes: 14 additions & 17 deletions go.mod

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

0 comments on commit 68d935c

Please sign in to comment.