Skip to content

Commit

Permalink
chore: bump Go to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Apr 18, 2022
1 parent 1c3b3c2 commit ebbcab8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.41.1
version: v1.45.2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.17]
go-version: [1.18]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Expand Up @@ -5,8 +5,9 @@
The following versions are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.1.x | :white_check_mark: |
|---------| ------------------ |
| 0.2.x | :white_check_mark: |
| 0.1.x | :x: |
| 0.0.x | :x: |

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/aerialls/scaleway-ddns

go 1.17
go 1.18

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

0 comments on commit ebbcab8

Please sign in to comment.