Skip to content

Commit

Permalink
Update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 3ae3ba1 commit e27e910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GOOS: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v3
Expand All @@ -47,7 +47,7 @@ jobs:
env:
GOOS: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v3
Expand Down

0 comments on commit e27e910

Please sign in to comment.