Skip to content

Commit e0f1191

Browse files
authored
Merge pull request #5 from stbenjam/actions
Drop < 1.24, add 1.24+ actions
2 parents c2162fc + d5460eb commit e0f1191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: ["1.18", "1.23"]
15+
go-version: ["1.24", "1.25"]
1616
steps:
1717
- uses: actions/checkout@v4
1818

0 commit comments

Comments
 (0)