Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
1e62711b
Commit
1e62711b
authored
Apr 13, 2023
by
Han-Wen Nienhuys
Committed by
Jakob Unterwurzacher
Apr 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.github: drop Go 1.13 / 1.15, add Go 1.18/1.19
Change-Id: Ifb84efcb76615cc492c867afb9e1840a6977d402
parent
7b59dbf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+2
-2
No files found.
.github/workflows/ci.yml
View file @
1e62711b
...
...
@@ -11,10 +11,10 @@ jobs:
strategy
:
matrix
:
go
:
-
"
1.13.x"
# Ubuntu 20.04 LTS "focal"
-
"
1.15.x"
# Debian 11 "Bullseye"
-
"
1.16.x"
# Golang upstream stable
-
"
1.17.x"
# Golang upstream stable
-
"
1.18.x"
# Golang upstream stable
-
"
1.19.x"
# Golang upstream stable
# Don't cancel everything when one Go version fails
fail-fast
:
false
runs-on
:
ubuntu-latest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment