Skip to content

Commit

Permalink
Upgrade go version
Browse files Browse the repository at this point in the history
   - Upgrade GoLang version to `v1.23.0`
   - Upgrade GoLang docker image to `golang:1.22.3-alpine3.20`
  • Loading branch information
ralongit committed Dec 23, 2024
1 parent 816d07b commit f41fe77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine3.20 AS build
FROM golang:1.23.0-alpine3.20 AS build

LABEL authors="ralongit"
WORKDIR /app
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The [tests.yml](https://github.com/logzio/logzio-k8s-events/blob/master/.github/
## Change log
- **0.0.4**:
- Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
- Upgrade GoLang version to `v1.23.0`
- Upgrade docker image to `alpine:3.20`
- Upgrade GoLang docker image to `golang:1.22.3-alpine3.20`
- **0.0.3**:
- Upgrade GoLang version to `v1.22.3`
- Upgrade docker image to `alpine:3.20`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main.go

go 1.22.3
go 1.23.0

require (
github.com/logzio/logzio-go v1.0.9
Expand Down

0 comments on commit f41fe77

Please sign in to comment.