Skip to content

Commit

Permalink
required go version is 1.18 now
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Nov 2, 2023
1 parent 7f39a33 commit 8652ba9
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-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ['1.17', '1.20', '1']
go: ['1.18', '1.20', '1']
runs-on: ${{ matrix.os }}
name: test-go ${{ matrix.go }} (${{ matrix.os }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/OpenFactorioServerManager/factorio-server-manager

go 1.17
go 1.18

require (
github.com/OpenFactorioServerManager/rcon v0.0.0-20120923215419-8fbb8268b60a
Expand Down

0 comments on commit 8652ba9

Please sign in to comment.