diff --git a/.github/workflows/go.yml b/.github/workflows/go.yaml similarity index 69% rename from .github/workflows/go.yml rename to .github/workflows/go.yaml index b6233c82..758cbc21 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yaml @@ -2,24 +2,24 @@ name: Go on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.23.3 - name: lint - uses: golangci/golangci-lint-action@v3.7.0 + uses: golangci/golangci-lint-action@v6.5.0 with: args: ./... diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ad9f0d84..8d11565f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,8 +1,10 @@ 0perl <444065+0perl@users.noreply.github.com> +Dan Cropp <58079560+daninmadison@users.noreply.github.com> Danil Matyukhin JAF Laurel Lawson Michael Hall +Mike Zimin Nuno Pereira Raian Fernandes Dos Santos Seán C McCord @@ -17,3 +19,4 @@ mtryfoss realrainer <18657361+realrainer@users.noreply.github.com> seanchann serfreeman1337 +Зимин Михаил Дмитриевич diff --git a/flake.lock b/flake.lock index 7d9aaa5a..e99ec397 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1692799911, - "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1694183432, - "narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=", + "lastModified": 1740367490, + "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b", + "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 33b41a73..e9de64ba 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,7 @@ sha256 = "sha256-/YR61lovuYw+GEeXIgvyPbesz2epmQVmSLWjWwKT4Ag="; }; - # Switch to fake vendor sha for upgrades: - #vendorSha256 = pkgs.lib.fakeSha256; - vendorSha256 = "sha256-g7htGfU6C2rzfu8hAn6SGr0ZRwB8ZzSf9CgHYmdupE8="; + vendorHash = "sha256-g7htGfU6C2rzfu8hAn6SGr0ZRwB8ZzSf9CgHYmdupE8="; }; cclint = pkgs.writeScriptBin "lint" ''