We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0ea5e commit d1bb0cbCopy full SHA for d1bb0cb
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v4
20
with:
21
- go-version: 1.19
+ go-version: 1.21
22
23
- name: Ubuntu Dependencies
24
run: sudo apt-get install --yes git gnupg2
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: MacOS Dependencies
56
run: brew install git gnupg
.github/workflows/golangci-lint.yml
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
0 commit comments