File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
os : [ubuntu-latest, macos-latest, windows-latest]
8
8
runs-on : ${{ matrix.os }}
9
9
steps :
10
+ - name : Checkout code
11
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
10
12
- name : Install Go
11
13
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
12
14
with :
13
- go-version : 1.20.x
14
- - name : Checkout code
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ go-version-file : go.mod
16
16
- name : Test
17
17
run : go test -mod=vendor ./...
18
18
Original file line number Diff line number Diff line change 1
- FROM amd64/golang:1.20.3 -alpine3.17 as builder
1
+ FROM amd64/golang:1.23.1 -alpine3.20 as builder
2
2
3
3
WORKDIR /usr/src/pdsync
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/timoreimann/pdsync
2
2
3
- go 1.20
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/PagerDuty/go-pagerduty v1.1.2
You can’t perform that action at this time.
0 commit comments