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 29f29ec commit 58d5592Copy full SHA for 58d5592
3 files changed
.github/workflows/ci-go-cover.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/setup-go@v3
27
with:
28
- go-version: "1.18"
+ go-version: "1.23"
29
- name: Checkout code
30
uses: actions/checkout@v2
31
- name: Go Coverage
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
- name: Build package and run tests
.github/workflows/linters.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Install golangci-lint
0 commit comments