Skip to content

Commit 485f1e0

Browse files
committed
chore: #72 Update to Go 1.21.3
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent f0fc9f8 commit 485f1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: '1.17.1'
32+
go-version: '1.21.3'
3333

3434
- name: Build Go packages
3535
run: |

go.mod

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

3-
go 1.12
3+
go 1.21.3

0 commit comments

Comments
 (0)