Skip to content

Commit c18e0e6

Browse files
committed
Update Go version to 1.26
1 parent b755bca commit c18e0e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
go:
14-
- '1.25'
14+
- '1.26'
1515

1616
steps:
1717
- name: Checkout

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/gravitton/errors
22

3-
go 1.25
3+
go 1.26
44

55
require github.com/gravitton/assert v1.0.0

0 commit comments

Comments
 (0)