Skip to content

Commit

Permalink
Bump checkout and setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Oct 9, 2024
1 parent afffc8e commit 30a03ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false

name: Test suite
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Verify dependencies
env:
Expand Down

0 comments on commit 30a03ca

Please sign in to comment.