Skip to content

Commit

Permalink
moq: update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Mar 29, 2024
1 parent b85c063 commit cfc8a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

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

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand All @@ -37,16 +37,16 @@ jobs:

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

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: true

- 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.1
Expand Down

0 comments on commit cfc8a6d

Please sign in to comment.