Skip to content

Commit

Permalink
alreadyread: upgrade GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Apr 1, 2024
1 parent dee63b3 commit 75faa94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,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: 'stable'

- 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 @@ -32,7 +32,7 @@ jobs:
make linters test
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.html

0 comments on commit 75faa94

Please sign in to comment.