Skip to content

Commit

Permalink
go mod tidy; releaser specified to run on go v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Aug 23, 2023
1 parent 748ce2d commit 8fe01be
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.3'
go-version: '1.20.4'
cache: true

- name: Validate Plex version and tag
Expand Down

0 comments on commit 8fe01be

Please sign in to comment.