We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a61e98 commit b751a43Copy full SHA for b751a43
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v4
20
with:
21
- go-version: '1.20'
+ go-version-file: go.mod
22
23
- name: Run Setup
24
run: ./setup.sh
go.mod
@@ -1,6 +1,6 @@
1
module github.com/santiago-labs/telophasecli
2
3
-go 1.20
+go 1.22
4
5
require (
6
github.com/aws/aws-sdk-go v1.46.0
0 commit comments