Skip to content

Commit

Permalink
bump actions/setup-go (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Sep 15, 2024
1 parent 825ddbc commit d449db0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "1.22"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "1.22"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit d449db0

Please sign in to comment.