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.
2 parents c630547 + a5382a8 commit af9c4d6Copy full SHA for af9c4d6
.github/workflows/linting.yaml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v3.5.2
110
111
- name: Set up Go
112
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
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