Skip to content

Commit

Permalink
removing uncessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Oct 13, 2024
1 parent 1ac90b8 commit 427d9b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
go-version: 1.23

- name: Vet
run: go vet ./...
shell: bash

- name: Build amd64
run: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/testing-cgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
name: Test CGO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22

- name: Vet
run: go vet ./...
shell: bash

- name: Extract branch name
shell: bash
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22

- name: Vet
run: go vet ./...
shell: bash

- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 427d9b0

Please sign in to comment.