Skip to content

Commit

Permalink
update setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 12, 2024
1 parent 6c01aed commit b0e0fa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4

Check failure on line 16 in .github/workflows/actionlint.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
go-version: 1.18
- name: install actionlint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4

Check failure on line 55 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4

Check failure on line 89 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down

0 comments on commit b0e0fa9

Please sign in to comment.