Skip to content

Commit

Permalink
Updated go to 1.23 (#8)
Browse files Browse the repository at this point in the history
CASMHMS-6317
  • Loading branch information
shunr-hpe authored Dec 4, 2024
1 parent 8e1a3cb commit 5c594ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.12.0] - 2023-12-03

### Changed

- Updated go to 1.23

## [1.11.0] - 2021-12-20

### Changed
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/Cray-HPE/hms-msgbus

go 1.16
go 1.23

require (
github.com/confluentinc/confluent-kafka-go v1.7.0
github.com/sirupsen/logrus v1.8.1
)

require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
10 changes: 0 additions & 10 deletions vendor/github.com/sirupsen/logrus/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/sirupsen/logrus/go.sum

This file was deleted.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
github.com/confluentinc/confluent-kafka-go/kafka
github.com/confluentinc/confluent-kafka-go/kafka/librdkafka_vendor
# github.com/sirupsen/logrus v1.8.1
## explicit
## explicit; go 1.13
github.com/sirupsen/logrus
# golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
## explicit; go 1.12
golang.org/x/sys/unix
golang.org/x/sys/windows

0 comments on commit 5c594ed

Please sign in to comment.