Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyertech committed Mar 2, 2022
1 parent 53677c0 commit 64f4b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Go
on: [push]
jobs:

test:
name: Build
strategy:
Expand All @@ -11,7 +10,7 @@ jobs:
container: golang:${{ matrix.go }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 64f4b99

Please sign in to comment.