Skip to content

Commit

Permalink
Update Go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchanrico committed Mar 20, 2023
1 parent a8c7a5c commit 80220e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'

jobs:
goreleaser:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
github_token: ${{ secrets.github_token }}
level: 'warning'
reporter: github-pr-review
go_version: '1.17'
go_version: '1.20'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module planet-exporter

go 1.17
go 1.20

require (
github.com/influxdata/influxdb-client-go/v2 v2.2.3
Expand Down

0 comments on commit 80220e2

Please sign in to comment.