File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 - name : Set up Go
4343 uses : actions/setup-go@v4
4444 with :
45- go-version : " 1.22 "
45+ go-version : " 1.23 "
4646
4747 - name : Cache Go modules
4848 uses : actions/cache@v3
8989 - name : Set up Go
9090 uses : actions/setup-go@v4
9191 with :
92- go-version : " 1.22 "
92+ go-version : " 1.23 "
9393
9494 - name : Build application
9595 run : go build -v ./cmd/api
@@ -118,7 +118,7 @@ jobs:
118118 - name : Set up Go
119119 uses : actions/setup-go@v4
120120 with :
121- go-version : " 1.22 "
121+ go-version : " 1.23 "
122122
123123 - name : Run Gosec Security Scanner
124124 run : |
@@ -142,7 +142,7 @@ jobs:
142142 uses : actions/checkout@v4
143143
144144 - name : Download Docker image artifact
145- uses : actions/download-artifact@v3
145+ uses : actions/download-artifact@v4
146146 with :
147147 name : docker-image
148148
@@ -168,7 +168,7 @@ jobs:
168168 uses : actions/checkout@v4
169169
170170 - name : Download Docker image artifact
171- uses : actions/download-artifact@v3
171+ uses : actions/download-artifact@v4
172172 with :
173173 name : docker-image
174174
You can’t perform that action at this time.
0 commit comments