Skip to content

Commit f818617

Browse files
committed
fix workflow & deps
1 parent 2c05451 commit f818617

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go environment
1616
uses: actions/setup-go@v4.0.0
1717
with:
18-
go-version: 1.20
18+
go-version: 1.20.x
1919

2020
- name: Build
2121
run: go build -v ./...

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
163163
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
164164
github.com/osrg/gobgp/v3 v3.13.0 h1:Q1XiEA5SU179LRCkIJBAVu1YQ1duuZRIS8/daPGR3FA=
165165
github.com/osrg/gobgp/v3 v3.13.0/go.mod h1:/4V2uQr+3vE7iad2ZoIDVen/SADDZnpfx/XXqEGOIIA=
166-
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
167166
github.com/pelletier/go-toml/v2 v2.0.7 h1:muncTPStnKRos5dpVKULv2FVd4bMOhNePj9CjgDb8Us=
168167
github.com/pelletier/go-toml/v2 v2.0.7/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
169168
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)