We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d02fd2 commit da84c4dCopy full SHA for da84c4d
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on: [push, pull_request]
4
5
env:
6
- GO_VERSION: '1.22'
+ GO_VERSION: '1.24'
7
TASK_VERSION: 'v3.28'
8
9
jobs:
README.md
@@ -70,7 +70,7 @@ It has been ported from POSIX shell to Tcl to Go and from [GPG](https://gnupg.or
70
71
## Installation
72
73
-You will need Go 1.22 or later to install pago.
+You will need Go 1.24 or later to install pago.
74
Once Go is installed on your system, run the following commands:
75
76
```shell
0 commit comments