Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Feb 9, 2024
1 parent 89db113 commit b65e26b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
- name: checkout
- uses: actions/checkout
- name: setup go
uses: actions/setup-go
with:
go-version: 1.21
Expand Down

0 comments on commit b65e26b

Please sign in to comment.