Skip to content

Commit eece3c6

Browse files
committed
chore(deps): Bumping golang to 1.16
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 8da4619 commit eece3c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-go@v2
2222
with:
23-
go-version: '^1.15'
23+
go-version: '^1.16'
2424
- run: |
2525
make
2626
git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum'
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-go@v2
4242
with:
43-
go-version: '^1.15'
43+
go-version: '^1.16'
4444
- name: Build
4545
run: |
4646
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s "release"

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
languages: ${{ matrix.language }}
3232
- uses: actions/setup-go@v2
3333
with:
34-
go-version: "^1.15"
34+
go-version: "^1.16"
3535
- name: Autobuild
3636
run: make build
3737
- name: Perform CodeQL Analysis

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ViBiOh/fibr
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/ViBiOh/auth/v2 v2.6.7

0 commit comments

Comments
 (0)