Skip to content

Commit 5aed303

Browse files
committed
Upgrade Go to 1.23.1
1 parent 7d17422 commit 5aed303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Go
1111
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1212
with:
13-
go-version: 1.20.x
13+
go-version-file: go.mod
1414
- name: Checkout code
1515
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
- name: Test

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amd64/golang:1.20.3-alpine3.17 as builder
1+
FROM amd64/golang:1.23.1-alpine3.20 as builder
22

33
WORKDIR /usr/src/pdsync
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/timoreimann/pdsync
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
github.com/PagerDuty/go-pagerduty v1.1.2

0 commit comments

Comments
 (0)