Skip to content

Commit

Permalink
CI: Fix Go action
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Sep 19, 2024
1 parent 1dc6279 commit 1f71a0a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.23
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

go-version: "stable"
- name: Download modules
run: go mod download

Expand Down

0 comments on commit 1f71a0a

Please sign in to comment.