We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d9886 commit 64023a6Copy full SHA for 64023a6
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
name: CI
26
steps:
27
- name: Checkout code
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
- name: Set up Go
31
uses: actions/setup-go@v4
.github/workflows/golangci-lint.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
- name: Checkout repository
19
20
21
- name: install Go
22
0 commit comments