Skip to content

Commit

Permalink
chore: update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Apr 19, 2024
1 parent 4c9b07c commit edee5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
IS_CI: true
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.22.2

Expand All @@ -37,7 +37,7 @@ jobs:
IS_CI: true
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.22.2

Expand Down

0 comments on commit edee5e0

Please sign in to comment.