Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-linch committed Mar 14, 2024
1 parent 3a18921 commit 8b4fd43
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 @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: latest
go-version: stable

- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "latest"
go-version: "stable"

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8b4fd43

Please sign in to comment.