Skip to content

Commit

Permalink
pglock: upgrade GitHub workflows (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello authored Apr 1, 2024
1 parent f6e470b commit 8a2d3b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: golangci-lint cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/bin/golangci-lint
key: ${{ runner.os }}-golangci-lint-v1.54.2
Expand All @@ -46,7 +46,7 @@ jobs:
make linters test
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage_${{ matrix.go-version }}_${{ matrix.postgres-version }}
path: coverage.html

0 comments on commit 8a2d3b7

Please sign in to comment.