Skip to content

Commit 2da6d98

Browse files
committed
multi: bump Go version to 1.24
1 parent 5400267 commit 2da6d98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: "1.23"
12+
go-version: "1.24"
1313

1414
- uses: extractions/setup-just@v1
1515

Diff for: .github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/setup-go@v3
88
with:
9-
go-version: 1.23
9+
go-version: "1.24"
1010

1111
- uses: actions/checkout@v3
1212
- uses: golangci/golangci-lint-action@v3
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.23"
21+
go-version: "1.24"
2222

2323
- uses: actions/cache@v4
2424
name: Cache tools files

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
WORKDIR /work
44

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/barebitcoin/btc-buf
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
connectrpc.com/connect v1.18.1

0 commit comments

Comments
 (0)