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 c954a62 + f32d09a commit 6fb5981Copy full SHA for 6fb5981
2 files changed
.github/workflows/pre-merge.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16
- name: Set up Go
17
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
18
with:
19
go-version-file: 'go.mod'
20
- name: Run linters
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Clone the code
12
13
- name: Running Tests
0 commit comments