Skip to content

Commit

Permalink
feat: drop support for go 1.21 (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Aug 15, 2024
1 parent 4956d88 commit 4562c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21", "1.22"]
go: ["1.22", "1.23"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,10 +30,10 @@ jobs:
name: codecov
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Checkout
uses: actions/checkout@v4
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/aellwein/netcup-dns-api

go 1.21
go 1.22

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 4562c4e

Please sign in to comment.