File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v2
32
32
- uses : actions/setup-go@v2
33
33
with :
34
- go-version : ' 1.20.11 '
34
+ go-version : ' 1.20.12 '
35
35
- name : " Install sha256sum"
36
36
run : brew install coreutils
37
37
- run : scripts/ci/setup_go.sh
72
72
timeout-minutes : 30
73
73
strategy :
74
74
matrix :
75
- goversion : ['1.19.13', '1.20.11 ']
75
+ goversion : ['1.19.13', '1.20.12 ']
76
76
steps :
77
77
- uses : actions/checkout@v2
78
78
- uses : actions/setup-go@v2
93
93
- uses : actions/checkout@v2
94
94
- uses : actions/setup-go@v2
95
95
with :
96
- go-version : ' 1.20.11 '
96
+ go-version : ' 1.20.12 '
97
97
- run : scripts/ci/setup_go.sh
98
98
shell : bash
99
99
- run : scripts/ci/setup_docker.sh
@@ -116,7 +116,7 @@ jobs:
116
116
- uses : actions/checkout@v2
117
117
- uses : actions/setup-go@v2
118
118
with :
119
- go-version : ' 1.20.11 '
119
+ go-version : ' 1.20.12 '
120
120
- uses : docker/setup-qemu-action@v1
121
121
- uses : docker/setup-buildx-action@v1
122
122
- uses : docker/login-action@v1
Original file line number Diff line number Diff line change 1
1
# Use an Alpine-based Go builder.
2
- FROM golang:1.20.11 -alpine3.18 AS builder
2
+ FROM golang:1.20.12 -alpine3.18 AS builder
3
3
4
4
# Disable cgo in order to match the behavior of our release binaries (and to
5
5
# avoid the need for gcc on certain architectures).
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const (
15
15
// VersionMinor represents the current minor version of Mutagen.
16
16
VersionMinor = 17
17
17
// VersionPatch represents the current patch version of Mutagen.
18
- VersionPatch = 3
18
+ VersionPatch = 4
19
19
// VersionTag represents a tag to be appended to the Mutagen version string.
20
20
// It must not contain spaces. If empty, no tag is appended to the version
21
21
// string.
You can’t perform that action at this time.
0 commit comments