Skip to content

Commit

Permalink
build: bump to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Aug 26, 2024
1 parent 45ae776 commit 0b042f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.23

- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ linters:
enable:
- depguard
- gofumpt
# - copyloopvar
- unconvert
- unparam

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /work

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/barebitcoin/btc-buf

go 1.20
go 1.23

replace github.com/btcsuite/btcd => github.com/barebitcoin/btcd v0.23.5-0.20240817180753-3e09d68ba0dd

Expand Down

0 comments on commit 0b042f4

Please sign in to comment.