2 parents 9c42ec8 + 03ac65e commit 810d9d6Copy full SHA for 810d9d6
2 files changed
.github/workflows/bindings-go.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: install libpathrs
60
run: sudo ./install.sh --libdir=/usr/lib
61
# Run go-fix.
62
- - uses: actions/setup-go@v6
+ - uses: actions/setup-go@v7
63
with:
64
go-version: "${{ env.GO_VERSION }}"
65
- name: run go fix
@@ -87,7 +87,7 @@ jobs:
87
88
# Setup go.
89
- name: install go ${{ matrix.go-version }}
90
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
91
92
go-version: ${{ matrix.go-version }}
93
check-latest: true
.github/workflows/e2e-tests.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- if: ${{ matrix.lang == 'go' }}
name: install go
go-version: ${{ matrix.go-version || 'stable' }}
0 commit comments