File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v3
22
22
with :
23
- go-version : 1.22 .0
23
+ go-version : 1.23 .0
24
24
25
25
- name : Set up Git credentials for Go
26
26
run : |
Original file line number Diff line number Diff line change 59
59
if : ${{ github.actor != 'nektos/act' }}
60
60
uses : actions/setup-go@v4
61
61
with :
62
- go-version : 1.22.1
62
+ go-version : 1.23.4
63
63
64
64
- name : Set up Git credentials for Go
65
65
run : |
Original file line number Diff line number Diff line change 74
74
- name : Set up Go
75
75
uses : actions/setup-go@v4
76
76
with :
77
- go-version : 1.22.1
77
+ go-version : 1.23.4
78
78
cache : false
79
79
80
80
- name : Set up Git credentials for Go
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.2 AS build
1
+ FROM golang:1.23.4 AS build
2
2
WORKDIR /app
3
3
RUN apt-get update && apt-get install -y ca-certificates openssl
4
4
RUN update-ca-certificates
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.2 AS build
1
+ FROM golang:1.23.4 AS build
2
2
RUN apt-get update && apt-get install -y ca-certificates openssl git openssh-client
3
3
4
4
RUN update-ca-certificates
You can’t perform that action at this time.
0 commit comments