We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d17422 commit 5aed303Copy full SHA for 5aed303
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Install Go
11
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
12
with:
13
- go-version: 1.20.x
+ go-version-file: go.mod
14
- name: Checkout code
15
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
- name: Test
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amd64/golang:1.20.3-alpine3.17 as builder
+FROM amd64/golang:1.23.1-alpine3.20 as builder
2
3
WORKDIR /usr/src/pdsync
4
go.mod
@@ -1,6 +1,6 @@
module github.com/timoreimann/pdsync
-go 1.20
+go 1.23
5
require (
6
github.com/PagerDuty/go-pagerduty v1.1.2
0 commit comments