Skip to content

Commit

Permalink
bump Go version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Feb 20, 2025
1 parent 11fa928 commit 4cb6c52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.23
ARG GO_VERSION=1.24
ARG IS_RELEASE=0
FROM golang:${GO_VERSION}-bookworm as builder

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
options: [dev, release]

env:
GO_VERSION: "1.23"
GO_VERSION: "1.24"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

env:
GO_VERSION: "1.23"
GO_VERSION: "1.24"

jobs:
test:
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 github.com/digineo/texd

go 1.23.2
go 1.24

require (
github.com/bahlo/generic-list-go v0.2.0
Expand Down

0 comments on commit 4cb6c52

Please sign in to comment.