update actions to .23

This commit is contained in:
Ruidy 2024-09-08 20:32:12 +02:00
parent 88dce52921
commit 507e604582
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@master - uses: actions/checkout@master
with: with:
fetch-depth: 2 fetch-depth: 2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: "1.23"
- name: Run tests with coverage - name: Run tests with coverage
run: go test -coverprofile=coverage.out -covermode=count ./... run: go test -coverprofile=coverage.out -covermode=count ./...
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v2