.github: Update actions to latest version

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
pull/343/head
Manuel Rüger 2022-10-20 22:33:49 +02:00
parent fa9dfc65da
commit b2cf45b995
1 changed files with 2 additions and 2 deletions

View File

@ -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