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 58ee69a commit d4f0e0bCopy full SHA for d4f0e0b
.github/workflows/integration-tests.yaml
@@ -12,11 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name : Checkout repository
15
- # https://github.com/actions/checkout/releases/tag/v4.1.1
16
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
17
18
- name: Install Go
19
- # https://github.com/actions/setup-go/releases/tag/v5.0.0
20
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
21
with:
22
go-version-file: 'go.mod'
0 commit comments