Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cetteup committed Dec 26, 2023
1 parent 415d6c6 commit a1c0acf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
name: lint
strategy:
matrix:
go-version: [ 1.19.10, 1.20.5 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: "go.mod"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -34,13 +33,12 @@ jobs:
name: unit-test
strategy:
matrix:
go-version: [ 1.19.10, 1.20.5 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: "go.mod"
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.20.5
goversion: "go.mod"
project_path: cmd/update-plex-ipv6-access-url
ldflags: "-X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
sha256sum: true
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.20.12
golang 1.21.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cetteup/update-plex-ipv6-access-url

go 1.20
go 1.21.5

require (
github.com/go-playground/validator/v10 v10.15.5
Expand Down

0 comments on commit a1c0acf

Please sign in to comment.