Skip to content

Commit 4e1988f

Browse files
committed
fix workflow: just update to latest ubuntu image
1 parent b0fe020 commit 4e1988f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Test
1616
uses: docker://krakend/builder:latest-linux-generic
1717
with:
1818
args: sh -c "go get -t -v ./...;
1919
gofmt -w -s . && git diff --exit-code;
2020
go tool vet .;
21-
go test -v -race ./..."
21+
go test -v -race ./..."

0 commit comments

Comments
 (0)