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 8b347ea commit 10533feCopy full SHA for 10533fe
.github/workflows/e2e.yaml
@@ -12,14 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
19
- name: Set up Go
20
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
21
22
- go-version: 1.19
+ go-version: 1.24
23
24
- name: Run converting
25
run: make e2e
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
27
uses: actions/setup-go@v5
28
29
- go-version: 1.21
30
31
- name: Lint
32
uses: golangci/golangci-lint-action@v6
0 commit comments