Skip to content

Commit 6e5484c

Browse files
authored
Use Go 1.24 (#13)
Signed-off-by: 1gtm <[email protected]>
1 parent 83b8761 commit 6e5484c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222

23-
- name: Set up Go 1.23
23+
- name: Set up Go 1.24
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.23'
26+
go-version: '1.24'
2727
id: go
2828

2929
- uses: actions/checkout@v4

Dockerfile.dbg

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

15-
FROM ghcr.io/appscode/dlv:1.23
15+
FROM ghcr.io/appscode/dlv:1.24
1616

1717
FROM {ARG_FROM}
1818

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7777
TAG_PROD := $(TAG)
7878
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7979

80-
GO_VERSION ?= 1.23
80+
GO_VERSION ?= 1.24
8181
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
8282
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
8383

0 commit comments

Comments
 (0)