Skip to content

Commit

Permalink
Fix go cache in gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 23, 2024
1 parent 150d1ec commit 7eff4d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:
name: Run gofmt
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
show-progress: false

- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.22"
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
show-progress: false
cache-dependency-path: nebula/go.sum

- name: Install goimports
working-directory: nebula
Expand Down

0 comments on commit 7eff4d9

Please sign in to comment.