Skip to content

Commit

Permalink
Switched to only setup-go-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jul 17, 2023
1 parent 4855d8d commit a4759c0
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 @@ -13,7 +13,7 @@ jobs:
# continue-on-error: true
# steps:
# - uses: actions/checkout@v3
# - uses: magnetikonline/action-golang-cache@v4
# - uses: actions/setup-go@v4
# with:
# go-version-file: 'go.mod'
# - name: golangci-lint
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: magnetikonline/action-golang-cache@v4
- uses: actions/setup-go@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: magnetikonline/action-golang-cache@v4
- uses: actions/setup-go@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: magnetikonline/action-golang-cache@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: sudo snap install snapcraft --channel=7.x/stable --classic
Expand Down

0 comments on commit a4759c0

Please sign in to comment.