ci: bump to go 1.18 (#239)
This commit is contained in:
committed by
GitHub
parent
72b8db9c80
commit
b0c64b2e52
@@ -1,7 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out allocfail.s -stubs stubs.go. DO NOT EDIT.
|
||||
|
||||
//go:build !appengine && !noasm && gc
|
||||
// +build !appengine,!noasm,gc
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out allocfail.s -stubs stubs.go. DO NOT EDIT.
|
||||
|
||||
//go:build !appengine && !noasm && gc
|
||||
// +build !appengine,!noasm,gc
|
||||
|
||||
package allocfail
|
||||
|
||||
|
||||
2
tests/thirdparty/make_workflow.go
vendored
2
tests/thirdparty/make_workflow.go
vendored
@@ -103,7 +103,7 @@ func GenerateWorkflow(pkgs thirdparty.Packages) ([]byte, error) {
|
||||
g.Linef("- name: Install Go")
|
||||
g.Linef(" uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3")
|
||||
g.Linef(" with:")
|
||||
g.Linef(" go-version: 1.17.x")
|
||||
g.Linef(" go-version: 1.18.x")
|
||||
|
||||
// Checkout avo.
|
||||
avodir := "avo"
|
||||
|
||||
Reference in New Issue
Block a user