mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-23 00:27:05 +08:00
3a66ff89a1
* bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * bump go.mod to Go 1.19 and run go fix * bump go.mod to Go 1.19 and run go fix * bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * update .github/workflows/go-test.yml * update .github/workflows/go-check.yml * update .github/workflows/release-check.yml * various fixes * stop using deprecated math/rand.Read --------- Co-authored-by: web3-bot <web3-bot@users.noreply.github.com> Co-authored-by: Marten Seemann <martenseemann@gmail.com>
14 lines
306 B
YAML
14 lines
306 B
YAML
# File managed by web3-bot. DO NOT EDIT.
|
|
# See https://github.com/protocol/.github/ for details.
|
|
|
|
name: Release Checker
|
|
on:
|
|
pull_request_target:
|
|
paths: [ 'version.json' ]
|
|
|
|
jobs:
|
|
release-check:
|
|
uses: protocol/.github/.github/workflows/release-check.yml@master
|
|
with:
|
|
go-version: 1.20.x
|