Skip to content

Commit

Permalink
Merge pull request #70 from aerialls/golang120
Browse files Browse the repository at this point in the history
chore: use Golang 1.20
  • Loading branch information
aerialls authored Mar 13, 2023
2 parents 3cc4272 + ea3c8a5 commit b757342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.19]
go-version: [1.20]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
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/aerialls/scaleway-ddns

go 1.19
go 1.20

require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
Expand Down

0 comments on commit b757342

Please sign in to comment.