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 8dad281 commit ae54654Copy full SHA for ae54654
.github/workflows/linting.yaml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v4.1.1
110
111
- name: Set up Go
112
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
113
with:
114
go-version: 1.19
115
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: ⤵️ Check out code from GitHub
19
20
21
22
23
go-version: ${{ matrix.go }}
24
- name: Build
0 commit comments