Compare commits

...

2 Commits

Author SHA1 Message Date
Ian VanSchooten ba2fa4908b
Merge 7eff4d9a57 into 9814360613 2024-10-23 15:10:19 +00:00
Ian VanSchooten 7eff4d9a57 Fix go cache in gofmt 2024-10-23 11:09:54 -04:00
1 changed files with 5 additions and 6 deletions

View File

@ -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