Skip to content

Commit a56cfea

Browse files
committed
Update to go 1.24
1 parent 897f7f2 commit a56cfea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on: [push, pull_request]
33
env:
4-
go-version: "1.23.x"
4+
go-version: "1.24.x"
55
jobs:
66
test:
77
name: Test

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.24
22

33
WORKDIR /usr/src/app
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nyaruka/rp-indexer/v9
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.44.1

0 commit comments

Comments
 (0)