Skip to content

Commit

Permalink
chore: #72 Update to Go 1.21.3
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Oct 16, 2024
1 parent f0fc9f8 commit 485f1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.17.1'
go-version: '1.21.3'

- name: Build Go packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/microcks/microcks-cli

go 1.12
go 1.21.3

0 comments on commit 485f1e0

Please sign in to comment.