Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Sep 11, 2024
1 parent a2c1a53 commit 1a306c2
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.22
ARG GO_VERSION=1.23
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.22"
GO_VERSION: "1.23"

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.22"
GO_VERSION: "1.23"

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.22
go 1.23

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

0 comments on commit 1a306c2

Please sign in to comment.