Skip to content

Commit 9e499ea

Browse files
.github: update to Go 1.18.1
Also regenerate all of the stubs, we don't need "+build" anymore because both Go 1.17 and 1.18 use "go:build" for build tags.
1 parent 0eb1ec1 commit 9e499ea

39 files changed

+6
-47
lines changed

.github/workflows/go.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
go:
10-
- 1.16
11-
- 1.17
10+
- 1.17.x
11+
- 1.18.x
1212
os:
1313
- ubuntu-latest
1414

@@ -43,12 +43,9 @@ jobs:
4343
- name: Setup Go
4444
uses: actions/setup-go@v2
4545
with:
46-
go-version: 1.17.x
46+
go-version: 1.18.x
4747

48-
- name: Generate
49-
run: make --always-make build
50-
51-
- name: Git Status
48+
- name: Ensure generated assembler code is up to date
5249
run: |
53-
git diff
54-
test -z "$(git status --porcelain)"
50+
go install github.com/kevinburke/[email protected]
51+
differ make --always-make build

ascii/equal_fold_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascii/equal_fold_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run equal_fold_asm.go -pkg ascii -out ../ascii/equal_fold_amd64.s -stubs ../ascii/equal_fold_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

ascii/valid_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascii/valid_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run valid_asm.go -pkg ascii -out ../ascii/valid_amd64.s -stubs ../ascii/valid_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

ascii/valid_print_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascii/valid_print_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run valid_print_asm.go -pkg ascii -out ../ascii/valid_print_amd64.s -stubs ../ascii/valid_print_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

base64/decode_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base64/decode_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run decode_asm.go -pkg base64 -out ../base64/decode_amd64.s -stubs ../base64/decode_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

base64/encode_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base64/encode_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run encode_asm.go -pkg base64 -out ../base64/encode_amd64.s -stubs ../base64/encode_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

bswap/swap64_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bswap/swap64_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run swap64_asm.go -pkg bswap -out ../bswap/swap64_amd64.s -stubs ../bswap/swap64_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

keyset/keyset_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keyset/keyset_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run keyset_asm.go -pkg keyset -out ../keyset/keyset_amd64.s -stubs ../keyset/keyset_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/blend_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/blend_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run blend_asm.go -pkg mem -out ../mem/blend_amd64.s -stubs ../mem/blend_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/contains_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/contains_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run contains_asm.go -pkg mem -out ../mem/contains_amd64.s -stubs ../mem/contains_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/copy_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/copy_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run copy_asm.go -pkg mem -out ../mem/copy_amd64.s -stubs ../mem/copy_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/count_pair_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/count_pair_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run count_pair_asm.go -pkg mem -out ../mem/count_pair_amd64.s -stubs ../mem/count_pair_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/index_pair_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/index_pair_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run index_pair_asm.go -pkg mem -out ../mem/index_pair_amd64.s -stubs ../mem/index_pair_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

mem/mask_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/mask_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run mask_asm.go -pkg mem -out ../mem/mask_amd64.s -stubs ../mem/mask_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

qsort/sort_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qsort/sort_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run sort_asm.go -pkg qsort -out ../qsort/sort_amd64.s -stubs ../qsort/sort_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

slices/sums_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slices/sums_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run sums_asm.go -pkg slices -out ../slices/sums_amd64.s -stubs ../slices/sums_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

sortedset/dedupe_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sortedset/dedupe_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run dedupe_asm.go -pkg sortedset -out ../sortedset/dedupe_amd64.s -stubs ../sortedset/dedupe_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

sortedset/intersect16_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sortedset/intersect16_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run intersect16_asm.go -pkg sortedset -out ../sortedset/intersect16_amd64.s -stubs ../sortedset/intersect16_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

sortedset/union16_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sortedset/union16_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run union16_asm.go -pkg sortedset -out ../sortedset/union16_amd64.s -stubs ../sortedset/union16_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

utf8/valid_amd64.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utf8/valid_amd64.s

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by command: go run valid_asm.go -pkg utf8 -out ../utf8/valid_amd64.s -stubs ../utf8/valid_amd64.go. DO NOT EDIT.
22

33
//go:build !purego
4-
// +build !purego
54

65
#include "textflag.h"
76

0 commit comments

Comments
 (0)