Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 Prepared for upcoming release #341

Merged
merged 29 commits into from
Apr 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9855b7c
:arrow_up: Bump Templum/govulncheck-action from 0.0.8 to 0.0.9 (#300)
dependabot[bot] Jan 12, 2023
f4b61f7
:arrow_up: Bump docker/build-push-action from 3.2.0 to 3.3.0 (#303)
dependabot[bot] Jan 16, 2023
8d4f151
:arrow_up: Bump docker/setup-buildx-action from 2.2.1 to 2.3.0 (#305)
dependabot[bot] Jan 30, 2023
2f62692
:arrow_up: Bump alpine from 3.17.0 to 3.17.1 (#301)
dependabot[bot] Jan 31, 2023
8423abd
:arrow_up: Bump golang from 1.19.4-alpine to 1.19.5-alpine (#302)
dependabot[bot] Jan 31, 2023
fded54d
:arrow_up: Bump alpine from 3.17.1 to 3.17.2 (#310)
dependabot[bot] Feb 13, 2023
dca600f
:bug: Newer version of golangci-lint
Templum Feb 17, 2023
99c5c21
:arrow_up: Upgrade golang 1.19 => 1.20 (#315)
Templum Feb 17, 2023
c5c353a
:arrow_up: Update openfaas/faas-provider to 0.21.0 (#317)
Templum Feb 17, 2023
fc1d131
:arrow_up: Upgraded testcontainers and containered (#318)
Templum Feb 17, 2023
95e769e
:arrow_up: Update x/net to 0.7.0 (#320)
Templum Feb 18, 2023
4ea63ab
:arrow_up: Bump actions/setup-go from 3 to 4 (#327)
dependabot[bot] Mar 16, 2023
1fc0123
:arrow_up: Bump golang from 1.20.0-alpine to 1.20.2-alpine (#325)
dependabot[bot] Mar 16, 2023
b72c36c
:arrow_up: Update afero, testcontainers, fasthttp & testify (#329)
Templum Mar 16, 2023
b9218c1
:arrow_up: Bump Templum/govulncheck-action from 0.0.9 to 0.10.0 (#331)
dependabot[bot] Mar 22, 2023
43f1267
:arrow_up: Updated containerd to 1.7.9 (#336)
Templum Apr 25, 2023
14da28e
:arrow_up: Bump Templum/govulncheck-action from 0.10.0 to 0.10.1 (#337)
dependabot[bot] Apr 26, 2023
a276a00
:arrow_up: Bump golang from 1.20.2-alpine to 1.20.3-alpine (#334)
dependabot[bot] Apr 26, 2023
4129b27
:arrow_up: Bump alpine from 3.17.2 to 3.17.3 (#333)
dependabot[bot] Apr 26, 2023
62c9042
:sparkles: Implemented selective Docker build (#338)
Templum Apr 27, 2023
8331e9b
⬆️ Bump github.com/valyala/fasthttp from 1.45.0 to 1.46.0 (#335)
dependabot[bot] Apr 27, 2023
fb65d16
:arrow_up: Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#…
dependabot[bot] Apr 27, 2023
9071f4e
:arrow_up: Bump go.uber.org/automaxprocs from 1.5.1 to 1.5.2 (#330)
dependabot[bot] Apr 27, 2023
a116bb3
:pushpin: Removed pinning of docker (#339)
Templum Apr 27, 2023
cdbdb59
:arrow_up: Bump github.com/docker/docker (#340)
dependabot[bot] Apr 27, 2023
65a7cda
:bug: Can only use branches or branches ignore (#342)
Templum Apr 27, 2023
5d00310
:wrench: Corrected path
Templum Apr 27, 2023
959d249
:arrow_up: Bump docker/setup-buildx-action from 2.3.0 to 2.5.0 (#326)
dependabot[bot] Apr 27, 2023
f475c3d
:arrow_up: Bump docker/build-push-action from 3.3.0 to 4.0.0 (#306)
dependabot[bot] Apr 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
⬆️ Upgrade golang 1.19 => 1.20 (#315)
* 🧑‍💻 Devcontainer to 1.20

* 🧑‍💻 Dev Container Docker to 1.20

* 🔧 Github Actions to 1.20

* 🔧 Go Mod 1.20

* ⬆️ Upgrade go 1.19 => 1.20

* 🐛 Seems to be required

As previous version ended up in go using 1.2 instead of 1.20
Templum authored Feb 17, 2023
commit 99c5c21c30cc46e21cf87e4113f56beecf483681
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.231.6/containers/go/.devcontainer/base.Dockerfile

# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.16, 1.17, 1-bullseye, 1.16-bullseye, 1.17-bullseye, 1-buster, 1.16-buster, 1.17-buster
ARG VARIANT="1.19-bullseye"
ARG VARIANT="1.20-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
// Update the VARIANT arg to pick a version of Go: 1, 1.18, 1.17
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"VARIANT": "1.19-bullseye",
"VARIANT": "1.20-bullseye",
// Options
"NODE_VERSION": "none"
}
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
go-version: 1.20.0
cache: false

- name: Build
run: go build -v ./...
@@ -103,8 +103,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
go-version: 1.20.0
cache: false

- name: K8S Cluster Setup
uses: helm/[email protected]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5-alpine as base_builder
FROM golang:1.20.0-alpine as base_builder

RUN apk --no-cache add ca-certificates git

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Templum/rabbitmq-connector

go 1.19
go 1.20

require (
github.com/docker/go-connections v0.4.0