Skip to content

Commit da84c4d

Browse files
committed
ci(github): upgrade Go version to 1.24
1 parent 9d02fd2 commit da84c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
GO_VERSION: '1.22'
6+
GO_VERSION: '1.24'
77
TASK_VERSION: 'v3.28'
88

99
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It has been ported from POSIX shell to Tcl to Go and from [GPG](https://gnupg.or
7070

7171
## Installation
7272

73-
You will need Go 1.22 or later to install pago.
73+
You will need Go 1.24 or later to install pago.
7474
Once Go is installed on your system, run the following commands:
7575

7676
```shell

0 commit comments

Comments
 (0)