Skip to content

Commit

Permalink
chore: build with Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Apr 22, 2024
1 parent 1ff94a3 commit c29d4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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/enalean/terraform-provider-mailjet

go 1.21
go 1.22

require (
github.com/hashicorp/terraform-plugin-framework v1.4.2
Expand Down
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ pkgs ? import (
fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/09ec6a0881e1a36c29d67497693a67a16f4da573.tar.gz";
sha256 = "sha256:0cr9czryigfilys530dpp0q3hjny808i4dg7xckzjn8m55gjn6gc";
url = "https://github.com/NixOS/nixpkgs/archive/f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c.tar.gz";
sha256 = "sha256:1r62iaxd4hzimcpisssy3j0394iw9icc9kggdajl8rv9w2w0mpv1";
}
) {} }:

pkgs.mkShellNoCC {
buildInputs = [
pkgs.go_1_21
pkgs.go_1_22
pkgs.gitMinimal
pkgs.goreleaser
pkgs.syft
Expand Down

0 comments on commit c29d4c3

Please sign in to comment.