Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oussamarouabah committed May 14, 2024
1 parent bfe9ba4 commit ac31b19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: go mod download
- name: Test
Expand Down

0 comments on commit ac31b19

Please sign in to comment.