Skip to content

Commit

Permalink
Update actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 21, 2024
1 parent 2bf7644 commit 394e4e0
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '^1.14'
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down Expand Up @@ -74,15 +68,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '^1.14'
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install front-end
run: |
cd frontend
Expand Down

0 comments on commit 394e4e0

Please sign in to comment.