Commit 4f621f9a authored by Jakob Unterwurzacher's avatar Jakob Unterwurzacher Committed by Han-Wen Nienhuys

.github: drop go 1.16

Fails to compile.
Example: https://github.com/hanwen/go-fuse/actions/runs/8909081785/job/24465823082

	Run GOMAXPROCS="1" ./all.bash
	+ go build ./...
	go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
	Error: fs/api.go:237:2: //go:build comment without // +build comment
	Error: fs/api.go:237:2: //go:build comment without // +build comment
	Error: Process completed with exit code 1.

Change-Id: I2e396906d9cf9fa2248b04f3963b1b2d32b6fd57
parent 4ee2ee46
...@@ -11,7 +11,6 @@ jobs: ...@@ -11,7 +11,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go: go:
- "1.16.x" # Golang upstream stable
- "1.17.x" # Golang upstream stable - "1.17.x" # Golang upstream stable
- "1.18.x" # Golang upstream stable - "1.18.x" # Golang upstream stable
- "1.19.x" # Golang upstream stable - "1.19.x" # Golang upstream stable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment