Skip to content

Commit 68d935c

Browse files
authored
chore: bump deps (#187)
* chore: bump deps Signed-off-by: Manfred Touron <[email protected]> * chore: fixup * chore: fixup * chore: fixup * chore: fixup * chore: fixup * chore: fixup * chore: fixup --------- Signed-off-by: Manfred Touron <[email protected]>
1 parent 289891b commit 68d935c

File tree

13 files changed

+248
-143
lines changed

13 files changed

+248
-143
lines changed

.github/workflows/go.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
goreleaser-dryrun:
3131
strategy:
3232
matrix:
33-
golang: [1.16.x]
33+
golang: [1.20.x]
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
@@ -45,18 +45,18 @@ jobs:
4545
path: ~/go/pkg/mod
4646
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
4747
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
48-
- name: Run GoReleaser (Dry Run)
49-
uses: goreleaser/[email protected]
50-
with:
51-
version: latest
52-
args: release --rm-dist --snapshot --skip-publish
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
# - name: Run GoReleaser (Dry Run)
49+
# uses: goreleaser/[email protected]
50+
# with:
51+
# version: latest
52+
# args: release --clean --snapshot --skip-publish
53+
# env:
54+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
golangci-lint:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
golangci_lint: [v1.38]
59+
golangci_lint: [v1.53.3]
6060
steps:
6161
- uses: actions/[email protected]
6262
- name: golangci-lint
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: windows-latest
7373
strategy:
7474
matrix:
75-
golang: [1.16.x]
75+
golang: [1.20.x]
7676
steps:
7777
- uses: actions/[email protected]
7878
- name: Install Go
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: macos-latest
8888
strategy:
8989
matrix:
90-
golang: [1.16.x]
90+
golang: [1.20.x]
9191
env:
9292
OS: macos-latest
9393
GOLANG: ${{ matrix.golang }}
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
strategy:
127127
matrix:
128-
golang: [1.16.x]
128+
golang: [1.20.x]
129129
env:
130130
OS: ubuntu-latest
131131
GOLANG: ${{ matrix.golang }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
golang: [1.16.x]
14+
golang: [1.20.x]
1515
steps:
1616
-
1717
name: Checkout
@@ -45,7 +45,7 @@ jobs:
4545
uses: goreleaser/[email protected]
4646
with:
4747
version: latest
48-
args: release --rm-dist
48+
args: release --clean
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
-

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ linters:
2323
- asciicheck
2424
- bodyclose
2525
- deadcode
26-
- depguard
26+
#- depguard
2727
- dogsled
2828
- dupl
2929
- errcheck

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ changelog:
3939
archives:
4040
-
4141
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
42-
replacements:
43-
darwin: Darwin
44-
linux: Linux
45-
windows: Windows
46-
386: i386
47-
amd64: x86_64
4842
format_overrides:
4943
-
5044
goos: windows

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.18.1-alpine as builder
7+
FROM golang:1.20-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/repoman

depaware.txt

Lines changed: 60 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
// message from the author:
5+
//
56
// +--------------------------------------------------------------+
67
// | * * * ░░░░░░░░░░░░░░░░░░░░ Hello ░░░░░░░░░░░░░░░░░░░░░░░░░░|
78
// +--------------------------------------------------------------+

go.mod

Lines changed: 14 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)