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 b6b6678 + 0acc810 commit aed5d75Copy full SHA for aed5d75
.github/workflows/build-test.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: actions/checkout@v5
65
with:
66
fetch-depth: 0
67
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
68
69
go-version-file: go.mod
70
check-latest: true
.github/workflows/ci.yml
ref: ${{ github.event.pull_request.head.sha }}
@@ -99,7 +99,7 @@ jobs:
99
100
101
- name: Set up Go
102
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
103
104
go-version-file: 'go.mod'
105
0 commit comments