Skip to content

Commit

Permalink
Testing alternate action
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jun 27, 2023
1 parent f7ca5bb commit 03a3e46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# continue-on-error: true
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v4
# - uses: magnetikonline/action-golang-cache@v4
# with:
# go-version-file: 'go.mod'
# - name: golangci-lint
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: 'go.mod'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- uses: actions/setup-go@v4
- uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: 'go.mod'
- uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- uses: actions/setup-go@v4
- uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: 'go.mod'
- run: sudo snap install snapcraft --channel=7.x/stable --classic
Expand Down

0 comments on commit 03a3e46

Please sign in to comment.