1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-08-16 18:18:12 +02:00

Bump actions/setup-go from 6 to 7 in the github-actions group (#101)

This commit is contained in:
dependabot[bot] 2026-08-04 10:07:08 +02:00 committed by GitHub
parent bacb7f31f4
commit fb2b860c84
Signed by: GitHub
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go }}
id: go