mirror of https://github.com/etcd-io/bbolt.git
.github: Update actions to latest version
Signed-off-by: Manuel Rüger <manuel@rueg.eu>pull/343/head
parent
fa9dfc65da
commit
b2cf45b995
|
@ -4,8 +4,8 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.17.13"
|
||||
- run: make fmt
|
||||
|
|
Loading…
Reference in New Issue