Skip to content

Commit

Permalink
Merge pull request #847 from BishopFox/go/v1.18.6
Browse files Browse the repository at this point in the history
Go v1.18.6
  • Loading branch information
rkervella authored Sep 6, 2022
2 parents a141e1f + e8aae22 commit 312f133
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.18.6'

- name: OS Packages
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.18.6'

- name: Mingw
run: brew install mingw-w64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Go 1.18
uses: actions/setup-go@v3
with:
go-version: "1.18.5"
go-version: "1.18.6"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.18.6'

- name: OS Packages
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.18.6'

- name: Mingw
run: brew install mingw-w64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.5
FROM golang:1.18.6

#
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying
Expand Down
2 changes: 1 addition & 1 deletion go-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e

# Creates the static go asset archives

GO_VER="1.18.5"
GO_VER="1.18.6"
GARBLE_VER="1.18.0"
SGN_VER="0.0.3"

Expand Down

0 comments on commit 312f133

Please sign in to comment.