Skip to content

Commit b751a43

Browse files
committed
upgrade to go 1.22.2
1 parent 4a61e98 commit b751a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20'
21+
go-version-file: go.mod
2222

2323
- name: Run Setup
2424
run: ./setup.sh

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/santiago-labs/telophasecli
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go v1.46.0

0 commit comments

Comments
 (0)