Skip to content

Commit

Permalink
build(deps): upgrade go to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 8, 2024
1 parent 1dba657 commit 069721c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/go:1-1.21-bookworm
FROM mcr.microsoft.com/devcontainers/go:1-1.23-bookworm

# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/node:1.6.1": {
"version": "20.10"
"version": "22.12"
}
},

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up QEMU
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: '1.23'
- id: meta
name: Docker meta
uses: docker/metadata-action@v5
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
strategy:
matrix:
go-version:
- '1.20'
- '1.21'
- '1.22'
- '1.23'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 069721c

Please sign in to comment.