Skip to content

Commit 0657cf1

Browse files
committed
use actions/cache >4, increase timeout
1 parent 87d9abe commit 0657cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
name: Lint
1313
runs-on: ubuntu-latest
14-
timeout-minutes: 5
14+
timeout-minutes: 10
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -68,7 +68,7 @@ jobs:
6868
node-version: 20
6969

7070
- name: Set up Go
71-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
71+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
7373
go-version: '^1.22'
7474
cache: true

0 commit comments

Comments
 (0)