Skip to content

Commit

Permalink
chore: bump Go to v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Sep 4, 2022
1 parent de10508 commit 58a18df
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.18
go-version: 1.19

- 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.18]
go-version: [1.19]
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.18
go 1.19

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

0 comments on commit 58a18df

Please sign in to comment.