Skip to content

Commit 5a74ebf

Browse files
committed
Require Go 1.24+
1 parent 7cdfd63 commit 5a74ebf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- macOS
1212
- Windows
1313
go-version:
14-
- '1.23'
1514
- '1.24'
1615
- '1.25'
16+
- '1.26'
1717
architecture:
1818
- amd64
1919
- arm64
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 10
4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545
- name: Setup Go
@@ -52,7 +52,7 @@ jobs:
5252
- name: Vet
5353
run: go vet ./...
5454
- name: Upload coverage to Codecov
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
env_vars: GO

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2025 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2014-2026 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/hattya/go.diff
22

3-
go 1.23.0
3+
go 1.24.0

0 commit comments

Comments
 (0)