Skip to content

Commit

Permalink
Move to the latest go version (#48)
Browse files Browse the repository at this point in the history
* [#47] 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 93648ed commit ca98d48
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 @@ -148,11 +148,11 @@ gorilla/websocket (1.4.2)
* Project: https://github.com/gorilla/websocket
* Source: https://github.com/gorilla/websocket/releases/tag/v1.4.2

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

golang.org/x/text (v0.7.0)

Expand Down

0 comments on commit ca98d48

Please sign in to comment.