File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up Go
23
23
uses : actions/setup-go@v3
24
24
with :
25
- go-version : 1.19
25
+ go-version : 1.22
26
26
27
27
- name : Build
28
28
run : go build -trimpath -ldflags="-w -s -X 'main.Version=$PROJECT_VERSION'" -v ./...
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Features:
16
16
[ multi-stage build setup] ( https://docs.docker.com/build/building/multi-stage/ )
17
17
to minimize the size of the generated Docker image, which is 5MB
18
18
- Supports [ Docker BuildKit] ( https://docs.docker.com/build/ )
19
- - Golang 1.19
19
+ - Golang 1.22
20
20
- [ GitHub Actions workflows] ( https://github.com/miguno/golang-docker-build-tutorial/actions ) for
21
21
[ Golang] ( https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/go.yml )
22
22
and
Original file line number Diff line number Diff line change 1
1
module github.com/miguno/golang-docker-build-tutorial
2
2
3
- go 1.19
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/gorilla/mux v1.8.1
You can’t perform that action at this time.
0 commit comments