Skip to content

Commit 17bf0db

Browse files
committed
chore: use olstable as Go version
1 parent de85e3b commit 17bf0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions/setup-go@v5
6464
with:
65+
go-version: oldstable
6566
cache: false # setup-go v4 caches by default
6667
- uses: ./
6768
with:
@@ -90,6 +91,7 @@ jobs:
9091
- uses: actions/checkout@v4
9192
- uses: actions/setup-go@v5
9293
with:
94+
go-version: oldstable
9395
cache: false # setup-go v4 caches by default
9496
- uses: ./
9597
with:
@@ -113,6 +115,7 @@ jobs:
113115
- uses: actions/checkout@v4
114116
- uses: actions/setup-go@v5
115117
with:
118+
go-version: oldstable
116119
cache: false # setup-go v4 caches by default
117120
- uses: ./
118121
with:

0 commit comments

Comments
 (0)