Skip to content

Commit cd82943

Browse files
committed
Update to v1.15.9
Signed-off-by: Dominik Schulz <[email protected]>
1 parent 3d02daa commit cd82943

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: 1.19
25+
go-version: 1.21
2626
-
2727
name: Import GPG signing key
2828
id: import_gpg

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.19
21+
go-version: 1.21
2222
- name: Ubuntu Dependencies
2323
run: sudo apt-get install --yes git gnupg
2424
- run: git config --global user.name nobody
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v4
6161
with:
62-
go-version: 1.19
62+
go-version: 1.21
6363

6464
- run: git config --global user.name nobody
6565
- run: git config --global user.email [email protected]
@@ -77,7 +77,7 @@ jobs:
7777
- name: Set up Go
7878
uses: actions/setup-go@v4
7979
with:
80-
go-version: 1.19
80+
go-version: 1.21
8181

8282
- name: MacOS Dependencies
8383
run: brew install git gnupg

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.19
21+
go-version: 1.21
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Bump dependencies to gopass release v1.15.9
44

5+
## 1.15.9
6+
7+
- Bump dependencies to gopass release v1.15.9
8+
59
## 1.15.8
610

711
- Bump dependencies to gopass release v1.15.8

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4r
6868
github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
6969
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
7070
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
71-
github.com/gopasspw/gopass v1.15.8 h1:6F23dtD9QEZUzgUFQKNtFyuYNSJxbtnVmwfZ+uyJhQI=
72-
github.com/gopasspw/gopass v1.15.8/go.mod h1:d0y3oZaaUECJo8bkEBvvSY3sBIWLEhgewQtsFjUraPU=
7371
github.com/gopasspw/gopass v1.15.9 h1:rKmAUsWw86U8w0w7AgRgCcQ9rMa9gYln1U7yNXWDje0=
7472
github.com/gopasspw/gopass v1.15.9/go.mod h1:JoydY0r4xE/5qYtr/OyhA1pie7llLEF1o9+DkxD1HY0=
7573
github.com/gopasspw/gopass-hibp v1.15.8 h1:awcJF1LZC8ejs0ujFIn4uWrSio1ou2L+Xw/Pu/zfCUQ=

0 commit comments

Comments
 (0)