Skip to content

Commit 1fa0b14

Browse files
committed
ci: update workflow actions
1 parent af987d4 commit 1fa0b14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out source
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6
1717
with:
1818
go-version-file: go.mod
19-
cache: true
19+
cache: false
2020

2121
- name: Check formatting
2222
run: test -z "$(gofmt -l .)"

0 commit comments

Comments
 (0)