Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
themiszamani authored Dec 13, 2024
1 parent 3b15df5 commit 1a98214
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
on: ["push", "pull_request"]
jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/[email protected]
with:
version: "2022.1.1"
- uses: actions/checkout@v1
- uses: dominikh/[email protected]
with:
version: "2022.1.1"

0 comments on commit 1a98214

Please sign in to comment.