File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 22
22
name : Set up Go
23
23
uses : actions/setup-go@v4
24
24
with :
25
- go-version : 1.19
25
+ go-version : 1.21
26
26
-
27
27
name : Import GPG signing key
28
28
id : import_gpg
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.19
21
+ go-version : 1.21
22
22
- name : Ubuntu Dependencies
23
23
run : sudo apt-get install --yes git gnupg
24
24
- run : git config --global user.name nobody
59
59
- name : Set up Go
60
60
uses : actions/setup-go@v4
61
61
with :
62
- go-version : 1.19
62
+ go-version : 1.21
63
63
64
64
- run : git config --global user.name nobody
65
65
-
run :
git config --global user.email [email protected]
77
77
- name : Set up Go
78
78
uses : actions/setup-go@v4
79
79
with :
80
- go-version : 1.19
80
+ go-version : 1.21
81
81
82
82
- name : MacOS Dependencies
83
83
run : brew install git gnupg
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.19
21
+ go-version : 1.21
22
22
- uses : actions/checkout@v4
23
23
- name : golangci-lint
24
24
uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 2
2
3
3
- Bump dependencies to gopass release v1.15.9
4
4
5
+ ## 1.15.9
6
+
7
+ - Bump dependencies to gopass release v1.15.9
8
+
5
9
## 1.15.8
6
10
7
11
- Bump dependencies to gopass release v1.15.8
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4r
68
68
github.com/google/go-github v17.0.0+incompatible /go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ =
69
69
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
70
70
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 =
73
71
github.com/gopasspw/gopass v1.15.9 h1:rKmAUsWw86U8w0w7AgRgCcQ9rMa9gYln1U7yNXWDje0 =
74
72
github.com/gopasspw/gopass v1.15.9 /go.mod h1:JoydY0r4xE/5qYtr/OyhA1pie7llLEF1o9+DkxD1HY0 =
75
73
github.com/gopasspw/gopass-hibp v1.15.8 h1:awcJF1LZC8ejs0ujFIn4uWrSio1ou2L+Xw/Pu/zfCUQ =
You can’t perform that action at this time.
0 commit comments