Skip to content

Commit a491fc9

Browse files
committed
update go to 1.24
Signed-off-by: CrazyMax <[email protected]>
1 parent fb3f0a0 commit a491fc9

File tree

5 files changed

+52
-4
lines changed

5 files changed

+52
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Set up Go
6666
uses: actions/setup-go@v5
6767
with:
68-
go-version: "1.23"
68+
go-version: "1.24"
6969
-
7070
name: Download modules
7171
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GO_VERSION="1.23"
17+
ARG GO_VERSION="1.24"
1818
ARG XX_VERSION="1.6.1"
1919
ARG GOLANGCI_LINT_VERSION="v2.1.5"
2020
ARG ADDLICENSE_VERSION="v1.1.1"

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/cli-docs-tool/example
22

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
github.com/docker/buildx v0.11.2

0 commit comments

Comments
 (0)