Skip to content

Commit

Permalink
Merge pull request #527 from freifunkMUC/GoliathLabs-patch-1
Browse files Browse the repository at this point in the history
fix: drop go 1.18 and introduce 1.20
  • Loading branch information
GoliathLabs authored Dec 18, 2023
2 parents bf187d8 + 190b66f commit 470c08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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.18', '1.19' ]
go: [ '1.19', '1.20' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
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/freifunkMUC/wg-access-server

go 1.18
go 1.19

require (
github.com/coreos/go-iptables v0.7.0
Expand Down

0 comments on commit 470c08f

Please sign in to comment.