Skip to content

Commit

Permalink
fix workflow & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Apr 9, 2023
1 parent 2c05451 commit f818617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 1.20
go-version: 1.20.x

- name: Build
run: go build -v ./...
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/osrg/gobgp/v3 v3.13.0 h1:Q1XiEA5SU179LRCkIJBAVu1YQ1duuZRIS8/daPGR3FA=
github.com/osrg/gobgp/v3 v3.13.0/go.mod h1:/4V2uQr+3vE7iad2ZoIDVen/SADDZnpfx/XXqEGOIIA=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml/v2 v2.0.7 h1:muncTPStnKRos5dpVKULv2FVd4bMOhNePj9CjgDb8Us=
github.com/pelletier/go-toml/v2 v2.0.7/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit f818617

Please sign in to comment.