<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/.github/workflows, branch github_macos</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=github_macos</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=github_macos'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2025-08-03T20:58:30+00:00</updated>
<entry>
<title>load</title>
<updated>2025-08-03T20:58:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T20:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b0be67e54a288c6d3f5ac73c9888ed5a5bc4e38f'/>
<id>urn:sha1:b0be67e54a288c6d3f5ac73c9888ed5a5bc4e38f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>f</title>
<updated>2025-08-03T20:40:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T20:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ac0b182ad49c5f32d59227e685cd5d4afc863633'/>
<id>urn:sha1:ac0b182ad49c5f32d59227e685cd5d4afc863633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github ci: add macos</title>
<updated>2025-08-03T20:31:27+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T20:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=075911d8c3440baf6efbe86045fb1d51b9a5b6fc'/>
<id>urn:sha1:075911d8c3440baf6efbe86045fb1d51b9a5b6fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build(deps): bump actions/checkout from 3 to 4</title>
<updated>2025-07-16T16:25:47+00:00</updated>
<author>
<name>dependabot[bot]</name>
</author>
<published>2025-07-16T15:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=33fa0b50cb8ab48e547c8cadcc025bbd40d9c8c7'/>
<id>urn:sha1:33fa0b50cb8ab48e547c8cadcc025bbd40d9c8c7</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>build(deps): bump actions/setup-go from 3 to 5</title>
<updated>2025-07-16T16:25:37+00:00</updated>
<author>
<name>dependabot[bot]</name>
</author>
<published>2025-07-16T15:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2ffbb632a090ae5fcb714dfa6755ecde752b39e1'/>
<id>urn:sha1:2ffbb632a090ae5fcb714dfa6755ecde752b39e1</id>
<content type='text'>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>github ci: clean up Go versions</title>
<updated>2025-03-11T22:25:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-03-11T22:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=106470d940f7d9fa584463c92f7b2f4f51bce215'/>
<id>urn:sha1:106470d940f7d9fa584463c92f7b2f4f51bce215</id>
<content type='text'>
go-libaegis does not support Go 1.18, Ubuntu 22.04 is old,
drop it.
</content>
</entry>
<entry>
<title>github ci: bump nmount_max and print resulting fuse.conf</title>
<updated>2025-03-11T22:25:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-03-11T22:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1c335c73545fbddd83fc905925e808f01cb851a0'/>
<id>urn:sha1:1c335c73545fbddd83fc905925e808f01cb851a0</id>
<content type='text'>
We have been getting

        /usr/bin/fusermount3: too many FUSE filesystems mounted; mount_max=N can be set in /etc/fuse.conf
        fs.Mount failed: fusermount exited with code 256

every now and then. I wonder why that is.
</content>
</entry>
<entry>
<title>github ci: also run on arm64</title>
<updated>2025-02-09T21:15:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-02-09T20:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f31bc4a64c151244c92261a72f93b38cd9aacd5b'/>
<id>urn:sha1:f31bc4a64c151244c92261a72f93b38cd9aacd5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github ci: unbreak upload-artifact</title>
<updated>2025-02-02T18:43:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-02-02T18:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3ad8759d55419df51e3435bd40ea9cc62e3d4c87'/>
<id>urn:sha1:3ad8759d55419df51e3435bd40ea9cc62e3d4c87</id>
<content type='text'>
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
</content>
</entry>
<entry>
<title>ci: allow manual execution</title>
<updated>2024-12-05T20:19:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2024-12-05T20:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0192dcad72cfb7bc3edc2ea107e31f7191f62ff0'/>
<id>urn:sha1:0192dcad72cfb7bc3edc2ea107e31f7191f62ff0</id>
<content type='text'>
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
</content>
</entry>
</feed>
