We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897f7f2 commit a56cfeaCopy full SHA for a56cfea
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: CI
2
on: [push, pull_request]
3
env:
4
- go-version: "1.23.x"
+ go-version: "1.24.x"
5
jobs:
6
test:
7
name: Test
Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23
+FROM golang:1.24
WORKDIR /usr/src/app
go.mod
@@ -1,6 +1,6 @@
module github.com/nyaruka/rp-indexer/v9
-go 1.23.0
+go 1.24
require (
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.44.1
0 commit comments