Skip to content

Commit 1bbe4f7

Browse files
committed
build: switch to go 1.23.0
1 parent 83888e7 commit 1bbe4f7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
GO_VERSION: '1.22.5'
16+
GO_VERSION: '1.23.0'
1717

1818
jobs:
1919
build:
@@ -30,4 +30,4 @@ jobs:
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@v6
3232
with:
33-
version: v1.58
33+
version: v1.60

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
id-token: write
1010

1111
env:
12-
GO_VERSION: '1.22.5'
12+
GO_VERSION: '1.23.0'
1313

1414
jobs:
1515
release:

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
env:
15-
GO_VERSION: '1.22.5'
15+
GO_VERSION: '1.23.0'
1616

1717
jobs:
1818
vulncheck:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.8'
33
# to test workings on linux
44
services:
55
prs-dev:
6-
image: golang:1.22.5-alpine
6+
image: golang:1.23-alpine
77
volumes:
88
- .:/go/src/app
99
working_dir: /go/src/app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dhth/prs
22

3-
go 1.22.5
3+
go 1.23.0
44

55
require (
66
github.com/charmbracelet/bubbles v0.19.0

0 commit comments

Comments
 (0)