Skip to content

Commit 8fe01be

Browse files
committed
go mod tidy; releaser specified to run on go v1.20.4
1 parent 748ce2d commit 8fe01be

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: '>=1.20.3'
24+
go-version: '1.20.4'
2525
cache: true
2626

2727
- name: Validate Plex version and tag

0 commit comments

Comments
 (0)