File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
- name : Set up Go
7
7
uses : actions/setup-go@v5
8
8
with :
9
- go-version : ' 1.22 '
9
+ go-version : ' 1.23 '
10
10
# unfortunately we cannot use the provided caching because it uses the
11
11
# same cache for all workflows/jobs, leading to undesired cache clashes,
12
12
# causing uncached test runs etc ...
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v4
30
30
- uses : ./.github/actions/setup-go
31
31
with :
32
- go-version : 1.22
32
+ go-version : 1.23
33
33
- run : rustup update
34
34
- uses : stellar/actions/rust-cache@main
35
35
- run : make build-libs
Original file line number Diff line number Diff line change 33
33
make build-libs
34
34
35
35
- name : Run golangci-lint
36
- uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # version v6.0 .1
36
+ uses : golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480 # version v6.1 .1
37
37
with :
38
- version : v1.59.1 # this is the golangci-lint version
38
+ version : v1.63.4 # this is the golangci-lint version
39
39
github-token : ${{ secrets.GITHUB_TOKEN }}
40
40
only-new-issues : true
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 -bullseye as build
1
+ FROM golang:1.23 -bullseye as build
2
2
ARG RUST_TOOLCHAIN_VERSION=stable
3
3
ARG REPOSITORY_VERSION
4
4
ARG BINARY_NAME=stellar-rpc
You can’t perform that action at this time.
0 commit comments