Skip to content

Commit 6e76bb2

Browse files
committed
build: bump go version to 1.26
1 parent d4e13c3 commit 6e76bb2

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
@@ -14,7 +14,7 @@ permissions:
1414
contents: write
1515

1616
env:
17-
GO_VERSION: '1.25.6'
17+
GO_VERSION: '1.26.0'
1818

1919
jobs:
2020
test_publish:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/eikendev/hackenv
22

3-
go 1.25
3+
go 1.26
44

55
require (
66
github.com/adrg/xdg v0.5.3

0 commit comments

Comments
 (0)