Skip to content

Commit

Permalink
Move to the latest go version (eclipse-kanto#35)
Browse files Browse the repository at this point in the history
* [eclipse-kanto#34] Move to the latest go version

- updated to go 1.21.0

---------

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch authored Aug 10, 2023
1 parent ff48174 commit d2aaa01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19.4'
go-version: '1.21.0'
- name: Setup
run: |
go mod download
Expand Down
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ The project maintains all source code repositories in the following GitHub organ

This project makes use of the follow third party projects.

golang/go (1.19.4)
golang/go (1.21.0)

* License: BSD 3-Clause "New" or "Revised" License
* Project: https://github.com/golang/go
* Source: https://github.com/golang/go/releases/tag/go1.19.4
* Source: https://github.com/golang/go/releases/tag/go1.21.0

Jeffail/gabs (2.6.0)

Expand Down

0 comments on commit d2aaa01

Please sign in to comment.